Html Css Color HEX #BE69F2 Heliotrope

📋 copy color: '#BE69F2'

red 190 ◦ green 105 ◦ blue 242

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

Shades of Heliotrope #BE69F2

Tints of Heliotrope #BE69F2

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.55%

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

R = 35.38%
G = 19.55%
B = 45.07%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE69F2 (or 0xBE69F2) is known color: Heliotrope. HEX triplet: BE, 69 and F2. RGB value is (190,105,242). Sum of RGB (Red+Green+Blue) = 190+105+242=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE69F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE69F2 is #41960D. Grayscale: #919191. Windows color (decimal): -4298254 or 15886782. OLE color: 15886782.

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

Color convert

RGB 190 105 242 -
CMYK 0.21 0.57 0 0.05
HSL 277.23º 0.84% 0.68% -
HSV(B) 277.23º 0.57% 0.95% -
XYZ 42.31 27.46 87.07 -
YUV 146.03 182.16 159.36 -
System Red Green Blue C M Y K H S L
Decimal 190 105 242 0.21 0.57 0 0.05 277.23 0.84 0.68
Hex BE 69 F2 15 39 0 5 115 54 44
Octal 276 151 362 25 71 0 5 425 124 104
Binary 10111110 1101001 11110010 10101 111001 0 101 100010101 1010100 1000100

Color Harmonies of #BE69F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE69F2

Black with #BE69F2

Text Example


Text Example

White with #BE69F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE69F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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