Html Css Color HEX #BB64FD Heliotrope

📋 copy color: '#BB64FD'

red 187 ◦ green 100 ◦ blue 253

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

Shades of Heliotrope #BB64FD

Tints of Heliotrope #BB64FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.85%

R = 34.63%
G = 18.52%
B = 46.85%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB64FD (or 0xBB64FD) is known color: Heliotrope. HEX triplet: BB, 64 and FD. RGB value is (187,100,253). Sum of RGB (Red+Green+Blue) = 187+100+253=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 100 (39.45% from 255 or 18.52% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB64FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB64FD is #449B02. Grayscale: #8E8E8E. Windows color (decimal): -4496131 or 16606395. OLE color: 16606395.

HSL color Cylindrical-coordinate representation of color #BB64FD: hue angle of 274.12º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB64FD is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 100 253 -
CMYK 0.26 0.60 0 0.01
HSL 274.12º 0.97% 0.69% -
HSV(B) 274.12º 0.6% 0.99% -
XYZ 42.78 26.77 95.84 -
YUV 143.46 189.82 159.06 -
System Red Green Blue C M Y K H S L
Decimal 187 100 253 0.26 0.60 0 0.01 274.12 0.97 0.69
Hex BB 64 FD 1A 3C 0 1 112 61 45
Octal 273 144 375 32 74 0 1 422 141 105
Binary 10111011 1100100 11111101 11010 111100 0 1 100010010 1100001 1000101

Color Harmonies of #BB64FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB64FD

Black with #BB64FD

Text Example


Text Example

White with #BB64FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB64FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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