Html Css Color HEX #BE71ED Heliotrope

📋 copy color: '#BE71ED'

red 190 ◦ green 113 ◦ blue 237

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

Shades of Heliotrope #BE71ED

Tints of Heliotrope #BE71ED

RGB

 RED value IS 190 (74.61% from 255) = 35.19%

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

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

R = 35.19%
G = 20.93%
B = 43.89%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE71ED (or 0xBE71ED) is known color: Heliotrope. HEX triplet: BE, 71 and ED. RGB value is (190,113,237). Sum of RGB (Red+Green+Blue) = 190+113+237=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 113 (44.53% from 255 or 20.93% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE71ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE71ED is #418E12. Grayscale: #959595. Windows color (decimal): -4296211 or 15561150. OLE color: 15561150.

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

Color convert

RGB 190 113 237 -
CMYK 0.20 0.52 0 0.07
HSL 277.26º 0.78% 0.69% -
HSV(B) 277.26º 0.52% 0.93% -
XYZ 42.43 28.87 83.46 -
YUV 150.16 177.01 156.42 -
System Red Green Blue C M Y K H S L
Decimal 190 113 237 0.20 0.52 0 0.07 277.26 0.78 0.69
Hex BE 71 ED 14 34 0 7 115 4E 45
Octal 276 161 355 24 64 0 7 425 116 105
Binary 10111110 1110001 11101101 10100 110100 0 111 100010101 1001110 1000101

Color Harmonies of #BE71ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE71ED

Black with #BE71ED

Text Example


Text Example

White with #BE71ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE71ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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