Html Css Color HEX #BB5EFB Heliotrope

📋 copy color: '#BB5EFB'

red 187 ◦ green 94 ◦ blue 251

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

Shades of Heliotrope #BB5EFB

Tints of Heliotrope #BB5EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.18%

R = 35.15%
G = 17.67%
B = 47.18%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB5EFB (or 0xBB5EFB) is known color: Heliotrope. HEX triplet: BB, 5E and FB. RGB value is (187,94,251). Sum of RGB (Red+Green+Blue) = 187+94+251=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 94 (37.11% from 255 or 17.67% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB5EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5EFB is #44A104. Grayscale: #8B8B8B. Windows color (decimal): -4497669 or 16473787. OLE color: 16473787.

HSL color Cylindrical-coordinate representation of color #BB5EFB: hue angle of 275.54º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB5EFB is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 94 251 -
CMYK 0.25 0.63 0 0.02
HSL 275.54º 0.95% 0.68% -
HSV(B) 275.54º 0.63% 0.98% -
XYZ 41.91 25.54 93.99 -
YUV 139.71 190.81 161.73 -
System Red Green Blue C M Y K H S L
Decimal 187 94 251 0.25 0.63 0 0.02 275.54 0.95 0.68
Hex BB 5E FB 19 3F 0 2 114 5F 44
Octal 273 136 373 31 77 0 2 424 137 104
Binary 10111011 1011110 11111011 11001 111111 0 10 100010100 1011111 1000100

Color Harmonies of #BB5EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5EFB

Black with #BB5EFB

Text Example


Text Example

White with #BB5EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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