Html Css Color HEX #BE85FF Heliotrope

📋 copy color: '#BE85FF'

red 190 ◦ green 133 ◦ blue 255

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

Shades of Heliotrope #BE85FF

Tints of Heliotrope #BE85FF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.01%

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

R = 32.87%
G = 23.01%
B = 44.12%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE85FF (or 0xBE85FF) is known color: Heliotrope. HEX triplet: BE, 85 and FF. RGB value is (190,133,255). Sum of RGB (Red+Green+Blue) = 190+133+255=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 133 (52.34% from 255 or 23.01% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE85FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE85FF is #417A00. Grayscale: #A3A3A3. Windows color (decimal): -4291073 or 16745918. OLE color: 16745918.

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

Color convert

RGB 190 133 255 -
CMYK 0.25 0.48 0 0
HSL 268.03º 1% 0.76% -
HSV(B) 268.03º 0.48% 1% -
XYZ 47.67 34.94 98.84 -
YUV 163.95 179.38 146.58 -
System Red Green Blue C M Y K H S L
Decimal 190 133 255 0.25 0.48 0 0 268.03 1 0.76
Hex BE 85 FF 19 30 0 0 10C 64 4C
Octal 276 205 377 31 60 0 0 414 144 114
Binary 10111110 10000101 11111111 11001 110000 0 0 100001100 1100100 1001100

Color Harmonies of #BE85FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE85FF

Black with #BE85FF

Text Example


Text Example

White with #BE85FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE85FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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