Html Css Color HEX #BE55FF Heliotrope

📋 copy color: '#BE55FF'

red 190 ◦ green 85 ◦ blue 255

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

Shades of Heliotrope #BE55FF

Tints of Heliotrope #BE55FF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.04%

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

R = 35.85%
G = 16.04%
B = 48.11%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE55FF (or 0xBE55FF) is known color: Heliotrope. HEX triplet: BE, 55 and FF. RGB value is (190,85,255). Sum of RGB (Red+Green+Blue) = 190+85+255=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 85 (33.59% from 255 or 16.04% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE55FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE55FF is #41AA00. Grayscale: #878787. Windows color (decimal): -4303361 or 16733630. OLE color: 16733630.

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

Color convert

RGB 190 85 255 -
CMYK 0.25 0.67 0 0
HSL 277.06º 1% 0.67% -
HSV(B) 277.06º 0.67% 1% -
XYZ 42.53 24.66 97.13 -
YUV 135.78 195.29 166.68 -
System Red Green Blue C M Y K H S L
Decimal 190 85 255 0.25 0.67 0 0 277.06 1 0.67
Hex BE 55 FF 19 43 0 0 115 64 43
Octal 276 125 377 31 103 0 0 425 144 103
Binary 10111110 1010101 11111111 11001 1000011 0 0 100010101 1100100 1000011

Color Harmonies of #BE55FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE55FF

Black with #BE55FF

Text Example


Text Example

White with #BE55FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE55FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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