Html Css Color HEX #BF71ED Heliotrope

📋 copy color: '#BF71ED'

red 191 ◦ green 113 ◦ blue 237

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

Shades of Heliotrope #BF71ED

Tints of Heliotrope #BF71ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.81%

R = 35.3%
G = 20.89%
B = 43.81%

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

#BF71ED (or 0xBF71ED) is known color: Heliotrope. HEX triplet: BF, 71 and ED. RGB value is (191,113,237). Sum of RGB (Red+Green+Blue) = 191+113+237=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF71ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF71ED is #408E12. Grayscale: #969696. Windows color (decimal): -4230675 or 15561151. OLE color: 15561151.

HSL color Cylindrical-coordinate representation of color #BF71ED: hue angle of 277.74º degrees, saturation: 0.77, 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 #BF71ED is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 113 237 -
CMYK 0.19 0.52 0 0.07
HSL 277.74º 0.78% 0.69% -
HSV(B) 277.74º 0.52% 0.93% -
XYZ 42.68 29 83.47 -
YUV 150.46 176.84 156.92 -
System Red Green Blue C M Y K H S L
Decimal 191 113 237 0.19 0.52 0 0.07 277.74 0.78 0.69
Hex BF 71 ED 13 34 0 7 116 4E 45
Octal 277 161 355 23 64 0 7 426 116 105
Binary 10111111 1110001 11101101 10011 110100 0 111 100010110 1001110 1000101

Color Harmonies of #BF71ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF71ED

Black with #BF71ED

Text Example


Text Example

White with #BF71ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF71ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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