Html Css Color HEX #BB6BBE Fuchsia

📋 copy color: '#BB6BBE'

red 187 ◦ green 107 ◦ blue 190

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

Shades of Fuchsia #BB6BBE

Tints of Fuchsia #BB6BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.11%

 BLUE value IS 190 (74.61% from 255) = 39.26%

R = 38.64%
G = 22.11%
B = 39.26%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB6BBE (or 0xBB6BBE) is known color: Fuchsia. HEX triplet: BB, 6B and BE. RGB value is (187,107,190). Sum of RGB (Red+Green+Blue) = 187+107+190=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB6BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6BBE is #449441. Grayscale: #8C8C8C. Windows color (decimal): -4494402 or 12479419. OLE color: 12479419.

HSL color Cylindrical-coordinate representation of color #BB6BBE: hue angle of 297.83º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB6BBE is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 107 190 -
CMYK 0.02 0.44 0 0.25
HSL 297.83º 0.39% 0.58% -
HSV(B) 297.83º 0.44% 0.75% -
XYZ 35.05 24.8 51.65 -
YUV 140.38 156 161.25 -
System Red Green Blue C M Y K H S L
Decimal 187 107 190 0.02 0.44 0 0.25 297.83 0.39 0.58
Hex BB 6B BE 2 2C 0 19 12A 27 3A
Octal 273 153 276 2 54 0 31 452 47 72
Binary 10111011 1101011 10111110 10 101100 0 11001 100101010 100111 111010

Color Harmonies of #BB6BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6BBE

Black with #BB6BBE

Text Example


Text Example

White with #BB6BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6BBE; }

 p { color: rgb(187,107,190); }

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

background-color css

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

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

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

border-color css

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

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

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