Html Css Color HEX #BA33B4 Fuchsia

📋 copy color: '#BA33B4'

red 186 ◦ green 51 ◦ blue 180

#BA33B4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #BA33B4

Tints of Fuchsia #BA33B4

RGB

 RED value IS 186 (73.05% from 255) = 44.6%

 GREEN value IS 51 (20.31% from 255) = 12.23%

 BLUE value IS 180 (70.7% from 255) = 43.17%

R = 44.6%
G = 12.23%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BA33B4 (or 0xBA33B4) is known color: Fuchsia. HEX triplet: BA, 33 and B4. RGB value is (186,51,180). Sum of RGB (Red+Green+Blue) = 186+51+180=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA33B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33B4 is #45CC4B. Grayscale: #696969. Windows color (decimal): -4574284 or 11809722. OLE color: 11809722.

HSL color Cylindrical-coordinate representation of color #BA33B4: hue angle of 302.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA33B4 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 51 180 -
CMYK 0 0.73 0.03 0.27
HSL 302.67º 0.57% 0.46% -
HSV(B) 302.67º 0.73% 0.73% -
XYZ 29.67 16.1 44.72 -
YUV 106.07 169.73 185.01 -
System Red Green Blue C M Y K H S L
Decimal 186 51 180 0 0.73 0.03 0.27 302.67 0.57 0.46
Hex BA 33 B4 0 49 3 1B 12F 39 2E
Octal 272 63 264 0 111 3 33 457 71 56
Binary 10111010 110011 10110100 0 1001001 11 11011 100101111 111001 101110

Color Harmonies of #BA33B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33B4

Black with #BA33B4

Text Example


Text Example

White with #BA33B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33B4; }

 p { color: rgb(186,51,180); }

 H1.HeaderClassName
 {
   color: #BA33B4;
 }
 .AnyTagClassName
 {
   color: #BA33B4;
 }
</style>

background-color css

<style>
 a { background-color: #BA33B4; }

 a { background-color: rgb(186,51,180); }

 div.DivClassName
 {
   background-color: #BA33B4;
 }
 .BgClassName
 {
   background-color: #BA33B4;
 }
</style>

border-color css

<style>
 span { border-color: #BA33B4; }

 span { border-color: rgb(186,51,180); }

 td.TdClassName
 {
   border-color: #BA33B4;
 }
 .TagClassName
 {
   border-color: #BA33B4;
 }
</style>