Html Css Color HEX #BF71EC Heliotrope

📋 copy color: '#BF71EC'

red 191 ◦ green 113 ◦ blue 236

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

Shades of Heliotrope #BF71EC

Tints of Heliotrope #BF71EC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.93%

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

R = 35.37%
G = 20.93%
B = 43.7%

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

#BF71EC (or 0xBF71EC) is known color: Heliotrope. HEX triplet: BF, 71 and EC. RGB value is (191,113,236). Sum of RGB (Red+Green+Blue) = 191+113+236=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 113 (44.53% from 255 or 20.93% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF71EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF71EC is #408E13. Grayscale: #959595. Windows color (decimal): -4230676 or 15495615. OLE color: 15495615.

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

Color convert

RGB 191 113 236 -
CMYK 0.19 0.52 0 0.07
HSL 278.05º 0.76% 0.68% -
HSV(B) 278.05º 0.52% 0.93% -
XYZ 42.53 28.94 82.7 -
YUV 150.34 176.34 157 -
System Red Green Blue C M Y K H S L
Decimal 191 113 236 0.19 0.52 0 0.07 278.05 0.76 0.68
Hex BF 71 EC 13 34 0 7 116 4C 44
Octal 277 161 354 23 64 0 7 426 114 104
Binary 10111111 1110001 11101100 10011 110100 0 111 100010110 1001100 1000100

Color Harmonies of #BF71EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF71EC

Black with #BF71EC

Text Example


Text Example

White with #BF71EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF71EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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