Html Css Color HEX #BB64BF Fuchsia

📋 copy color: '#BB64BF'

red 187 ◦ green 100 ◦ blue 191

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

Shades of Fuchsia #BB64BF

Tints of Fuchsia #BB64BF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.92%

 BLUE value IS 191 (75% from 255) = 39.96%

R = 39.12%
G = 20.92%
B = 39.96%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB64BF (or 0xBB64BF) is known color: Fuchsia. HEX triplet: BB, 64 and BF. RGB value is (187,100,191). Sum of RGB (Red+Green+Blue) = 187+100+191=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB64BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB64BF is #449B40. Grayscale: #888888. Windows color (decimal): -4496193 or 12543163. OLE color: 12543163.

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

Color convert

RGB 187 100 191 -
CMYK 0.02 0.48 0 0.25
HSL 297.36º 0.42% 0.57% -
HSV(B) 297.36º 0.48% 0.75% -
XYZ 34.45 23.44 52 -
YUV 136.39 158.82 164.1 -
System Red Green Blue C M Y K H S L
Decimal 187 100 191 0.02 0.48 0 0.25 297.36 0.42 0.57
Hex BB 64 BF 2 30 0 19 129 2A 39
Octal 273 144 277 2 60 0 31 451 52 71
Binary 10111011 1100100 10111111 10 110000 0 11001 100101001 101010 111001

Color Harmonies of #BB64BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB64BF

Black with #BB64BF

Text Example


Text Example

White with #BB64BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB64BF; }

 p { color: rgb(187,100,191); }

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

background-color css

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

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

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

border-color css

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

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

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