Html Css Color HEX #BB6EBB Fuchsia

📋 copy color: '#BB6EBB'

red 187 ◦ green 110 ◦ blue 187

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

Shades of Fuchsia #BB6EBB

Tints of Fuchsia #BB6EBB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.73%

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 38.64%
G = 22.73%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB6EBB (or 0xBB6EBB) is known color: Fuchsia. HEX triplet: BB, 6E and BB. RGB value is (187,110,187). Sum of RGB (Red+Green+Blue) = 187+110+187=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB6EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6EBB is #449144. Grayscale: #8D8D8D. Windows color (decimal): -4493637 or 12283579. OLE color: 12283579.

HSL color Cylindrical-coordinate representation of color #BB6EBB: hue angle of 300º 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 #BB6EBB is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 110 187 -
CMYK 0 0.41 0 0.27
HSL 300º 0.36% 0.58% -
HSV(B) 300º 0.41% 0.73% -
XYZ 35.04 25.3 50.05 -
YUV 141.8 153.51 160.24 -
System Red Green Blue C M Y K H S L
Decimal 187 110 187 0 0.41 0 0.27 300 0.36 0.58
Hex BB 6E BB 0 29 0 1B 12C 24 3A
Octal 273 156 273 0 51 0 33 454 44 72
Binary 10111011 1101110 10111011 0 101001 0 11011 100101100 100100 111010

Color Harmonies of #BB6EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6EBB

Black with #BB6EBB

Text Example


Text Example

White with #BB6EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6EBB; }

 p { color: rgb(187,110,187); }

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

background-color css

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

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

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

border-color css

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

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

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