Html Css Color HEX #BF74EC Heliotrope

📋 copy color: '#BF74EC'

red 191 ◦ green 116 ◦ blue 236

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

Shades of Heliotrope #BF74EC

Tints of Heliotrope #BF74EC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.36%

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

R = 35.17%
G = 21.36%
B = 43.46%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF74EC (or 0xBF74EC) is known color: Heliotrope. HEX triplet: BF, 74 and EC. RGB value is (191,116,236). Sum of RGB (Red+Green+Blue) = 191+116+236=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF74EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF74EC is #408B13. Grayscale: #979797. Windows color (decimal): -4229908 or 15496383. OLE color: 15496383.

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

Color convert

RGB 191 116 236 -
CMYK 0.19 0.51 0 0.07
HSL 277.5º 0.76% 0.69% -
HSV(B) 277.5º 0.51% 0.93% -
XYZ 42.87 29.62 82.82 -
YUV 152.11 175.35 155.74 -
System Red Green Blue C M Y K H S L
Decimal 191 116 236 0.19 0.51 0 0.07 277.5 0.76 0.69
Hex BF 74 EC 13 33 0 7 116 4C 45
Octal 277 164 354 23 63 0 7 426 114 105
Binary 10111111 1110100 11101100 10011 110011 0 111 100010110 1001100 1000101

Color Harmonies of #BF74EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF74EC

Black with #BF74EC

Text Example


Text Example

White with #BF74EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF74EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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