Html Css Color HEX #BB64BB Fuchsia

📋 copy color: '#BB64BB'

red 187 ◦ green 100 ◦ blue 187

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

Shades of Fuchsia #BB64BB

Tints of Fuchsia #BB64BB

RGB

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

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

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

R = 39.45%
G = 21.1%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB64BB (or 0xBB64BB) is known color: Fuchsia. HEX triplet: BB, 64 and BB. RGB value is (187,100,187). Sum of RGB (Red+Green+Blue) = 187+100+187=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB64BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB64BB is #449B44. Grayscale: #878787. Windows color (decimal): -4496197 or 12281019. OLE color: 12281019.

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

Color convert

RGB 187 100 187 -
CMYK 0 0.47 0 0.27
HSL 300º 0.39% 0.56% -
HSV(B) 300º 0.47% 0.73% -
XYZ 34.02 23.27 49.71 -
YUV 135.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 187 100 187 0 0.47 0 0.27 300 0.39 0.56
Hex BB 64 BB 0 2F 0 1B 12C 27 38
Octal 273 144 273 0 57 0 33 454 47 70
Binary 10111011 1100100 10111011 0 101111 0 11011 100101100 100111 111000

Color Harmonies of #BB64BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB64BB

Black with #BB64BB

Text Example


Text Example

White with #BB64BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB64BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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