Html Css Color HEX #BE70EE Heliotrope

📋 copy color: '#BE70EE'

red 190 ◦ green 112 ◦ blue 238

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

Shades of Heliotrope #BE70EE

Tints of Heliotrope #BE70EE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.74%

 BLUE value IS 238 (93.36% from 255) = 44.07%

R = 35.19%
G = 20.74%
B = 44.07%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE70EE (or 0xBE70EE) is known color: Heliotrope. HEX triplet: BE, 70 and EE. RGB value is (190,112,238). Sum of RGB (Red+Green+Blue) = 190+112+238=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE70EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE70EE is #418F11. Grayscale: #959595. Windows color (decimal): -4296466 or 15626430. OLE color: 15626430.

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

Color convert

RGB 190 112 238 -
CMYK 0.20 0.53 0 0.07
HSL 277.14º 0.79% 0.69% -
HSV(B) 277.14º 0.53% 0.93% -
XYZ 42.46 28.71 84.19 -
YUV 149.69 177.84 156.75 -
System Red Green Blue C M Y K H S L
Decimal 190 112 238 0.20 0.53 0 0.07 277.14 0.79 0.69
Hex BE 70 EE 14 35 0 7 115 4F 45
Octal 276 160 356 24 65 0 7 425 117 105
Binary 10111110 1110000 11101110 10100 110101 0 111 100010101 1001111 1000101

Color Harmonies of #BE70EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE70EE

Black with #BE70EE

Text Example


Text Example

White with #BE70EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE70EE; }

 p { color: rgb(190,112,238); }

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

background-color css

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

 a { background-color: rgb(190,112,238); }

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

border-color css

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

 span { border-color: rgb(190,112,238); }

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