Html Css Color HEX #BB6FB2 Fuchsia

📋 copy color: '#BB6FB2'

red 187 ◦ green 111 ◦ blue 178

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

Shades of Fuchsia #BB6FB2

Tints of Fuchsia #BB6FB2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.32%

 BLUE value IS 178 (69.92% from 255) = 37.39%

R = 39.29%
G = 23.32%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB6FB2 (or 0xBB6FB2) is known color: Fuchsia. HEX triplet: BB, 6F and B2. RGB value is (187,111,178). Sum of RGB (Red+Green+Blue) = 187+111+178=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6FB2 is #44904D. Grayscale: #8D8D8D. Windows color (decimal): -4493390 or 11694011. OLE color: 11694011.

HSL color Cylindrical-coordinate representation of color #BB6FB2: hue angle of 307.11º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB6FB2 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 111 178 -
CMYK 0 0.41 0.05 0.27
HSL 307.11º 0.36% 0.58% -
HSV(B) 307.11º 0.41% 0.73% -
XYZ 34.21 25.15 45.17 -
YUV 141.36 148.68 160.55 -
System Red Green Blue C M Y K H S L
Decimal 187 111 178 0 0.41 0.05 0.27 307.11 0.36 0.58
Hex BB 6F B2 0 29 5 1B 133 24 3A
Octal 273 157 262 0 51 5 33 463 44 72
Binary 10111011 1101111 10110010 0 101001 101 11011 100110011 100100 111010

Color Harmonies of #BB6FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6FB2

Black with #BB6FB2

Text Example


Text Example

White with #BB6FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6FB2; }

 p { color: rgb(187,111,178); }

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

background-color css

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

 a { background-color: rgb(187,111,178); }

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

border-color css

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

 span { border-color: rgb(187,111,178); }

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