Html Css Color HEX #BE6CEF Heliotrope

📋 copy color: '#BE6CEF'

red 190 ◦ green 108 ◦ blue 239

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

Shades of Heliotrope #BE6CEF

Tints of Heliotrope #BE6CEF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.11%

 BLUE value IS 239 (93.75% from 255) = 44.51%

R = 35.38%
G = 20.11%
B = 44.51%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE6CEF (or 0xBE6CEF) is known color: Heliotrope. HEX triplet: BE, 6C and EF. RGB value is (190,108,239). Sum of RGB (Red+Green+Blue) = 190+108+239=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE6CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6CEF is #419310. Grayscale: #939393. Windows color (decimal): -4297489 or 15690942. OLE color: 15690942.

HSL color Cylindrical-coordinate representation of color #BE6CEF: hue angle of 277.56º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE6CEF is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 108 239 -
CMYK 0.21 0.55 0 0.06
HSL 277.56º 0.8% 0.68% -
HSV(B) 277.56º 0.55% 0.94% -
XYZ 42.18 27.9 84.82 -
YUV 147.45 179.67 158.35 -
System Red Green Blue C M Y K H S L
Decimal 190 108 239 0.21 0.55 0 0.06 277.56 0.8 0.68
Hex BE 6C EF 15 37 0 6 116 50 44
Octal 276 154 357 25 67 0 6 426 120 104
Binary 10111110 1101100 11101111 10101 110111 0 110 100010110 1010000 1000100

Color Harmonies of #BE6CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6CEF

Black with #BE6CEF

Text Example


Text Example

White with #BE6CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6CEF; }

 p { color: rgb(190,108,239); }

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

background-color css

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

 a { background-color: rgb(190,108,239); }

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

border-color css

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

 span { border-color: rgb(190,108,239); }

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