Html Css Color HEX #BB6FBC Fuchsia

📋 copy color: '#BB6FBC'

red 187 ◦ green 111 ◦ blue 188

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

Shades of Fuchsia #BB6FBC

Tints of Fuchsia #BB6FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 38.48%
G = 22.84%
B = 38.68%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB6FBC (or 0xBB6FBC) is known color: Fuchsia. HEX triplet: BB, 6F and BC. RGB value is (187,111,188). Sum of RGB (Red+Green+Blue) = 187+111+188=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB6FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6FBC is #449043. Grayscale: #8E8E8E. Windows color (decimal): -4493380 or 12349371. OLE color: 12349371.

HSL color Cylindrical-coordinate representation of color #BB6FBC: hue angle of 299.22º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB6FBC is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 111 188 -
CMYK 0.01 0.41 0 0.26
HSL 299.22º 0.36% 0.59% -
HSV(B) 299.22º 0.41% 0.74% -
XYZ 35.26 25.56 50.65 -
YUV 142.5 153.68 159.74 -
System Red Green Blue C M Y K H S L
Decimal 187 111 188 0.01 0.41 0 0.26 299.22 0.36 0.59
Hex BB 6F BC 1 29 0 1A 12B 24 3B
Octal 273 157 274 1 51 0 32 453 44 73
Binary 10111011 1101111 10111100 1 101001 0 11010 100101011 100100 111011

Color Harmonies of #BB6FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6FBC

Black with #BB6FBC

Text Example


Text Example

White with #BB6FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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