Html Css Color HEX #BF72EC Heliotrope

📋 copy color: '#BF72EC'

red 191 ◦ green 114 ◦ blue 236

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

Shades of Heliotrope #BF72EC

Tints of Heliotrope #BF72EC

RGB

 RED value IS 191 (75% from 255) = 35.3%

 GREEN value IS 114 (44.92% from 255) = 21.07%

 BLUE value IS 236 (92.58% from 255) = 43.62%

R = 35.3%
G = 21.07%
B = 43.62%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF72EC (or 0xBF72EC) is known color: Heliotrope. HEX triplet: BF, 72 and EC. RGB value is (191,114,236). Sum of RGB (Red+Green+Blue) = 191+114+236=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF72EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF72EC is #408D13. Grayscale: #969696. Windows color (decimal): -4230420 or 15495871. OLE color: 15495871.

HSL color Cylindrical-coordinate representation of color #BF72EC: hue angle of 277.87º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF72EC is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 114 236 -
CMYK 0.19 0.52 0 0.07
HSL 277.87º 0.76% 0.69% -
HSV(B) 277.87º 0.52% 0.93% -
XYZ 42.64 29.17 82.74 -
YUV 150.93 176.01 156.58 -
System Red Green Blue C M Y K H S L
Decimal 191 114 236 0.19 0.52 0 0.07 277.87 0.76 0.69
Hex BF 72 EC 13 34 0 7 116 4C 45
Octal 277 162 354 23 64 0 7 426 114 105
Binary 10111111 1110010 11101100 10011 110100 0 111 100010110 1001100 1000101

Color Harmonies of #BF72EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF72EC

Black with #BF72EC

Text Example


Text Example

White with #BF72EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF72EC; }

 p { color: rgb(191,114,236); }

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

background-color css

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

 a { background-color: rgb(191,114,236); }

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

border-color css

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

 span { border-color: rgb(191,114,236); }

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