Html Css Color HEX #BB7EFB Heliotrope

📋 copy color: '#BB7EFB'

red 187 ◦ green 126 ◦ blue 251

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

Shades of Heliotrope #BB7EFB

Tints of Heliotrope #BB7EFB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.34%

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

R = 33.16%
G = 22.34%
B = 44.5%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB7EFB (or 0xBB7EFB) is known color: Heliotrope. HEX triplet: BB, 7E and FB. RGB value is (187,126,251). Sum of RGB (Red+Green+Blue) = 187+126+251=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 126 (49.61% from 255 or 22.34% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB7EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7EFB is #448104. Grayscale: #9E9E9E. Windows color (decimal): -4489477 or 16481979. OLE color: 16481979.

HSL color Cylindrical-coordinate representation of color #BB7EFB: hue angle of 269.28º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB7EFB is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 126 251 -
CMYK 0.25 0.50 0 0.02
HSL 269.28º 0.94% 0.74% -
HSV(B) 269.28º 0.5% 0.98% -
XYZ 45.37 32.45 95.14 -
YUV 158.49 180.21 148.34 -
System Red Green Blue C M Y K H S L
Decimal 187 126 251 0.25 0.50 0 0.02 269.28 0.94 0.74
Hex BB 7E FB 19 32 0 2 10D 5E 4A
Octal 273 176 373 31 62 0 2 415 136 112
Binary 10111011 1111110 11111011 11001 110010 0 10 100001101 1011110 1001010

Color Harmonies of #BB7EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7EFB

Black with #BB7EFB

Text Example


Text Example

White with #BB7EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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