Html Css Color HEX #BE6FF2 Heliotrope

📋 copy color: '#BE6FF2'

red 190 ◦ green 111 ◦ blue 242

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

Shades of Heliotrope #BE6FF2

Tints of Heliotrope #BE6FF2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.44%

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

R = 34.99%
G = 20.44%
B = 44.57%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE6FF2 (or 0xBE6FF2) is known color: Heliotrope. HEX triplet: BE, 6F and F2. RGB value is (190,111,242). Sum of RGB (Red+Green+Blue) = 190+111+242=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE6FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6FF2 is #41900D. Grayscale: #959595. Windows color (decimal): -4296718 or 15888318. OLE color: 15888318.

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

Color convert

RGB 190 111 242 -
CMYK 0.21 0.54 0 0.05
HSL 276.18º 0.83% 0.69% -
HSV(B) 276.18º 0.54% 0.95% -
XYZ 42.95 28.73 87.29 -
YUV 149.56 180.17 156.85 -
System Red Green Blue C M Y K H S L
Decimal 190 111 242 0.21 0.54 0 0.05 276.18 0.83 0.69
Hex BE 6F F2 15 36 0 5 114 53 45
Octal 276 157 362 25 66 0 5 424 123 105
Binary 10111110 1101111 11110010 10101 110110 0 101 100010100 1010011 1000101

Color Harmonies of #BE6FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6FF2

Black with #BE6FF2

Text Example


Text Example

White with #BE6FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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