Html Css Color HEX #BE75FF Heliotrope

📋 copy color: '#BE75FF'

red 190 ◦ green 117 ◦ blue 255

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

Shades of Heliotrope #BE75FF

Tints of Heliotrope #BE75FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.82%

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

R = 33.81%
G = 20.82%
B = 45.37%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE75FF (or 0xBE75FF) is known color: Heliotrope. HEX triplet: BE, 75 and FF. RGB value is (190,117,255). Sum of RGB (Red+Green+Blue) = 190+117+255=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE75FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE75FF is #418A00. Grayscale: #9A9A9A. Windows color (decimal): -4295169 or 16741822. OLE color: 16741822.

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

Color convert

RGB 190 117 255 -
CMYK 0.25 0.54 0 0
HSL 271.74º 1% 0.73% -
HSV(B) 271.74º 0.54% 1% -
XYZ 45.65 30.89 98.16 -
YUV 154.56 184.68 153.28 -
System Red Green Blue C M Y K H S L
Decimal 190 117 255 0.25 0.54 0 0 271.74 1 0.73
Hex BE 75 FF 19 36 0 0 110 64 49
Octal 276 165 377 31 66 0 0 420 144 111
Binary 10111110 1110101 11111111 11001 110110 0 0 100010000 1100100 1001001

Color Harmonies of #BE75FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE75FF

Black with #BE75FF

Text Example


Text Example

White with #BE75FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE75FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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