Html Css Color HEX #BB7DFE Heliotrope

📋 copy color: '#BB7DFE'

red 187 ◦ green 125 ◦ blue 254

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

Shades of Heliotrope #BB7DFE

Tints of Heliotrope #BB7DFE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.08%

 BLUE value IS 254 (99.61% from 255) = 44.88%

R = 33.04%
G = 22.08%
B = 44.88%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB7DFE (or 0xBB7DFE) is known color: Heliotrope. HEX triplet: BB, 7D and FE. RGB value is (187,125,254). Sum of RGB (Red+Green+Blue) = 187+125+254=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB7DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7DFE is #448201. Grayscale: #9D9D9D. Windows color (decimal): -4489730 or 16678331. OLE color: 16678331.

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

Color convert

RGB 187 125 254 -
CMYK 0.26 0.51 0 0.00
HSL 268.84º 0.98% 0.74% -
HSV(B) 268.84º 0.51% 1% -
XYZ 45.72 32.39 97.61 -
YUV 158.24 182.04 148.51 -
System Red Green Blue C M Y K H S L
Decimal 187 125 254 0.26 0.51 0 0.00 268.84 0.98 0.74
Hex BB 7D FE 1A 33 0 0 10D 62 4A
Octal 273 175 376 32 63 0 0 415 142 112
Binary 10111011 1111101 11111110 11010 110011 0 0 100001101 1100010 1001010

Color Harmonies of #BB7DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7DFE

Black with #BB7DFE

Text Example


Text Example

White with #BB7DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7DFE; }

 p { color: rgb(187,125,254); }

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

background-color css

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

 a { background-color: rgb(187,125,254); }

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

border-color css

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

 span { border-color: rgb(187,125,254); }

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