Html Css Color HEX #BB7CFE Heliotrope

📋 copy color: '#BB7CFE'

red 187 ◦ green 124 ◦ blue 254

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

Shades of Heliotrope #BB7CFE

Tints of Heliotrope #BB7CFE

RGB

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

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

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

R = 33.1%
G = 21.95%
B = 44.96%

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

#BB7CFE (or 0xBB7CFE) is known color: Heliotrope. HEX triplet: BB, 7C and FE. RGB value is (187,124,254). Sum of RGB (Red+Green+Blue) = 187+124+254=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB7CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7CFE is #448301. Grayscale: #9D9D9D. Windows color (decimal): -4489986 or 16678075. OLE color: 16678075.

HSL color Cylindrical-coordinate representation of color #BB7CFE: hue angle of 269.08º 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 #BB7CFE is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 124 254 -
CMYK 0.26 0.51 0 0.00
HSL 269.08º 0.98% 0.74% -
HSV(B) 269.08º 0.51% 1% -
XYZ 45.59 32.14 97.57 -
YUV 157.66 182.37 148.93 -
System Red Green Blue C M Y K H S L
Decimal 187 124 254 0.26 0.51 0 0.00 269.08 0.98 0.74
Hex BB 7C FE 1A 33 0 0 10D 62 4A
Octal 273 174 376 32 63 0 0 415 142 112
Binary 10111011 1111100 11111110 11010 110011 0 0 100001101 1100010 1001010

Color Harmonies of #BB7CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7CFE

Black with #BB7CFE

Text Example


Text Example

White with #BB7CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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