Html Css Color HEX #BB3EAC Fuchsia

📋 copy color: '#BB3EAC'

red 187 ◦ green 62 ◦ blue 172

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

Shades of Fuchsia #BB3EAC

Tints of Fuchsia #BB3EAC

RGB

 RED value IS 187 (73.44% from 255) = 44.42%

 GREEN value IS 62 (24.61% from 255) = 14.73%

 BLUE value IS 172 (67.58% from 255) = 40.86%

R = 44.42%
G = 14.73%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB3EAC (or 0xBB3EAC) is known color: Fuchsia. HEX triplet: BB, 3E and AC. RGB value is (187,62,172). Sum of RGB (Red+Green+Blue) = 187+62+172=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 62 (24.61% from 255 or 14.73% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3EAC is #44C153. Grayscale: #6F6F6F. Windows color (decimal): -4505940 or 11288251. OLE color: 11288251.

HSL color Cylindrical-coordinate representation of color #BB3EAC: hue angle of 307.2º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB3EAC is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 62 172 -
CMYK 0 0.67 0.08 0.27
HSL 307.2º 0.5% 0.49% -
HSV(B) 307.2º 0.67% 0.73% -
XYZ 29.66 16.99 40.75 -
YUV 111.92 161.91 181.56 -
System Red Green Blue C M Y K H S L
Decimal 187 62 172 0 0.67 0.08 0.27 307.2 0.5 0.49
Hex BB 3E AC 0 43 8 1B 133 32 31
Octal 273 76 254 0 103 10 33 463 62 61
Binary 10111011 111110 10101100 0 1000011 1000 11011 100110011 110010 110001

Color Harmonies of #BB3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3EAC

Black with #BB3EAC

Text Example


Text Example

White with #BB3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3EAC; }

 p { color: rgb(187,62,172); }

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

background-color css

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

 a { background-color: rgb(187,62,172); }

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

border-color css

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

 span { border-color: rgb(187,62,172); }

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