Html Css Color HEX #BE6CF2 Heliotrope

📋 copy color: '#BE6CF2'

red 190 ◦ green 108 ◦ blue 242

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

Shades of Heliotrope #BE6CF2

Tints of Heliotrope #BE6CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.81%

R = 35.19%
G = 20%
B = 44.81%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE6CF2 (or 0xBE6CF2) is known color: Heliotrope. HEX triplet: BE, 6C and F2. RGB value is (190,108,242). Sum of RGB (Red+Green+Blue) = 190+108+242=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE6CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6CF2 is #41930D. Grayscale: #939393. Windows color (decimal): -4297486 or 15887550. OLE color: 15887550.

HSL color Cylindrical-coordinate representation of color #BE6CF2: hue angle of 276.72º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE6CF2 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 108 242 -
CMYK 0.21 0.55 0 0.05
HSL 276.72º 0.84% 0.69% -
HSV(B) 276.72º 0.55% 0.95% -
XYZ 42.62 28.08 87.18 -
YUV 147.79 181.17 158.1 -
System Red Green Blue C M Y K H S L
Decimal 190 108 242 0.21 0.55 0 0.05 276.72 0.84 0.69
Hex BE 6C F2 15 37 0 5 115 54 45
Octal 276 154 362 25 67 0 5 425 124 105
Binary 10111110 1101100 11110010 10101 110111 0 101 100010101 1010100 1000101

Color Harmonies of #BE6CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6CF2

Black with #BE6CF2

Text Example


Text Example

White with #BE6CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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