Html Css Color HEX #BB7CFB Heliotrope

📋 copy color: '#BB7CFB'

red 187 ◦ green 124 ◦ blue 251

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

Shades of Heliotrope #BB7CFB

Tints of Heliotrope #BB7CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.06%

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

R = 33.27%
G = 22.06%
B = 44.66%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB7CFB (or 0xBB7CFB) is known color: Heliotrope. HEX triplet: BB, 7C and FB. RGB value is (187,124,251). Sum of RGB (Red+Green+Blue) = 187+124+251=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 124 (48.83% from 255 or 22.06% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB7CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7CFB is #448304. Grayscale: #9C9C9C. Windows color (decimal): -4489989 or 16481467. OLE color: 16481467.

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

Color convert

RGB 187 124 251 -
CMYK 0.25 0.51 0 0.02
HSL 269.76º 0.94% 0.74% -
HSV(B) 269.76º 0.51% 0.98% -
XYZ 45.11 31.95 95.06 -
YUV 157.32 180.87 149.17 -
System Red Green Blue C M Y K H S L
Decimal 187 124 251 0.25 0.51 0 0.02 269.76 0.94 0.74
Hex BB 7C FB 19 33 0 2 10E 5E 4A
Octal 273 174 373 31 63 0 2 416 136 112
Binary 10111011 1111100 11111011 11001 110011 0 10 100001110 1011110 1001010

Color Harmonies of #BB7CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7CFB

Black with #BB7CFB

Text Example


Text Example

White with #BB7CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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