Html Css Color HEX #BB5EFC Heliotrope

📋 copy color: '#BB5EFC'

red 187 ◦ green 94 ◦ blue 252

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

Shades of Heliotrope #BB5EFC

Tints of Heliotrope #BB5EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.64%

 BLUE value IS 252 (98.83% from 255) = 47.28%

R = 35.08%
G = 17.64%
B = 47.28%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB5EFC (or 0xBB5EFC) is known color: Heliotrope. HEX triplet: BB, 5E and FC. RGB value is (187,94,252). Sum of RGB (Red+Green+Blue) = 187+94+252=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB5EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5EFC is #44A103. Grayscale: #8B8B8B. Windows color (decimal): -4497668 or 16539323. OLE color: 16539323.

HSL color Cylindrical-coordinate representation of color #BB5EFC: hue angle of 275.32º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB5EFC is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 94 252 -
CMYK 0.26 0.63 0 0.01
HSL 275.32º 0.96% 0.68% -
HSV(B) 275.32º 0.63% 0.99% -
XYZ 42.07 25.6 94.82 -
YUV 139.82 191.31 161.65 -
System Red Green Blue C M Y K H S L
Decimal 187 94 252 0.26 0.63 0 0.01 275.32 0.96 0.68
Hex BB 5E FC 1A 3F 0 1 113 60 44
Octal 273 136 374 32 77 0 1 423 140 104
Binary 10111011 1011110 11111100 11010 111111 0 1 100010011 1100000 1000100

Color Harmonies of #BB5EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5EFC

Black with #BB5EFC

Text Example


Text Example

White with #BB5EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5EFC; }

 p { color: rgb(187,94,252); }

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

background-color css

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

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

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

border-color css

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

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

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