Html Css Color HEX #BB64B9 Fuchsia

📋 copy color: '#BB64B9'

red 187 ◦ green 100 ◦ blue 185

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

Shades of Fuchsia #BB64B9

Tints of Fuchsia #BB64B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.19%

R = 39.62%
G = 21.19%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB64B9 (or 0xBB64B9) is known color: Fuchsia. HEX triplet: BB, 64 and B9. RGB value is (187,100,185). Sum of RGB (Red+Green+Blue) = 187+100+185=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB64B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB64B9 is #449B46. Grayscale: #878787. Windows color (decimal): -4496199 or 12149947. OLE color: 12149947.

HSL color Cylindrical-coordinate representation of color #BB64B9: hue angle of 301.38º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB64B9 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 100 185 -
CMYK 0 0.47 0.01 0.27
HSL 301.38º 0.39% 0.56% -
HSV(B) 301.38º 0.47% 0.73% -
XYZ 33.81 23.18 48.59 -
YUV 135.7 155.82 164.59 -
System Red Green Blue C M Y K H S L
Decimal 187 100 185 0 0.47 0.01 0.27 301.38 0.39 0.56
Hex BB 64 B9 0 2F 1 1B 12D 27 38
Octal 273 144 271 0 57 1 33 455 47 70
Binary 10111011 1100100 10111001 0 101111 1 11011 100101101 100111 111000

Color Harmonies of #BB64B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB64B9

Black with #BB64B9

Text Example


Text Example

White with #BB64B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB64B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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