Html Css Color HEX #BE6BF2 Heliotrope

📋 copy color: '#BE6BF2'

red 190 ◦ green 107 ◦ blue 242

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

Shades of Heliotrope #BE6BF2

Tints of Heliotrope #BE6BF2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.85%

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

R = 35.25%
G = 19.85%
B = 44.9%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE6BF2 (or 0xBE6BF2) is known color: Heliotrope. HEX triplet: BE, 6B and F2. RGB value is (190,107,242). Sum of RGB (Red+Green+Blue) = 190+107+242=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 107 (42.19% from 255 or 19.85% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE6BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6BF2 is #41940D. Grayscale: #929292. Windows color (decimal): -4297742 or 15887294. OLE color: 15887294.

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

Color convert

RGB 190 107 242 -
CMYK 0.21 0.56 0 0.05
HSL 276.89º 0.84% 0.68% -
HSV(B) 276.89º 0.56% 0.95% -
XYZ 42.52 27.87 87.14 -
YUV 147.21 181.5 158.52 -
System Red Green Blue C M Y K H S L
Decimal 190 107 242 0.21 0.56 0 0.05 276.89 0.84 0.68
Hex BE 6B F2 15 38 0 5 115 54 44
Octal 276 153 362 25 70 0 5 425 124 104
Binary 10111110 1101011 11110010 10101 111000 0 101 100010101 1010100 1000100

Color Harmonies of #BE6BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6BF2

Black with #BE6BF2

Text Example


Text Example

White with #BE6BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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