Html Css Color HEX #BB64FF Heliotrope

📋 copy color: '#BB64FF'

red 187 ◦ green 100 ◦ blue 255

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

Shades of Heliotrope #BB64FF

Tints of Heliotrope #BB64FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.05%

R = 34.5%
G = 18.45%
B = 47.05%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB64FF (or 0xBB64FF) is known color: Heliotrope. HEX triplet: BB, 64 and FF. RGB value is (187,100,255). Sum of RGB (Red+Green+Blue) = 187+100+255=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 100 (39.45% from 255 or 18.45% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB64FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB64FF is #449B00. Grayscale: #8F8F8F. Windows color (decimal): -4496129 or 16737467. OLE color: 16737467.

HSL color Cylindrical-coordinate representation of color #BB64FF: hue angle of 273.68º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB64FF is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 100 255 -
CMYK 0.27 0.61 0 0
HSL 273.68º 1% 0.7% -
HSV(B) 273.68º 0.61% 1% -
XYZ 43.1 26.9 97.53 -
YUV 143.68 190.82 158.9 -
System Red Green Blue C M Y K H S L
Decimal 187 100 255 0.27 0.61 0 0 273.68 1 0.7
Hex BB 64 FF 1B 3D 0 0 112 64 46
Octal 273 144 377 33 75 0 0 422 144 106
Binary 10111011 1100100 11111111 11011 111101 0 0 100010010 1100100 1000110

Color Harmonies of #BB64FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB64FF

Black with #BB64FF

Text Example


Text Example

White with #BB64FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB64FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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