Html Css Color HEX #BE69FF Heliotrope

📋 copy color: '#BE69FF'

red 190 ◦ green 105 ◦ blue 255

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

Shades of Heliotrope #BE69FF

Tints of Heliotrope #BE69FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.36%

R = 34.55%
G = 19.09%
B = 46.36%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE69FF (or 0xBE69FF) is known color: Heliotrope. HEX triplet: BE, 69 and FF. RGB value is (190,105,255). Sum of RGB (Red+Green+Blue) = 190+105+255=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE69FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE69FF is #419600. Grayscale: #939393. Windows color (decimal): -4298241 or 16738750. OLE color: 16738750.

HSL color Cylindrical-coordinate representation of color #BE69FF: hue angle of 274º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE69FF is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 105 255 -
CMYK 0.25 0.59 0 0
HSL 274º 1% 0.71% -
HSV(B) 274º 0.59% 1% -
XYZ 44.34 28.27 97.73 -
YUV 147.52 188.66 158.3 -
System Red Green Blue C M Y K H S L
Decimal 190 105 255 0.25 0.59 0 0 274 1 0.71
Hex BE 69 FF 19 3B 0 0 112 64 47
Octal 276 151 377 31 73 0 0 422 144 107
Binary 10111110 1101001 11111111 11001 111011 0 0 100010010 1100100 1000111

Color Harmonies of #BE69FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE69FF

Black with #BE69FF

Text Example


Text Example

White with #BE69FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE69FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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