Html Css Color HEX #BE85FC Heliotrope

📋 copy color: '#BE85FC'

red 190 ◦ green 133 ◦ blue 252

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

Shades of Heliotrope #BE85FC

Tints of Heliotrope #BE85FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.83%

R = 33.04%
G = 23.13%
B = 43.83%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE85FC (or 0xBE85FC) is known color: Heliotrope. HEX triplet: BE, 85 and FC. RGB value is (190,133,252). Sum of RGB (Red+Green+Blue) = 190+133+252=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE85FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE85FC is #417A03. Grayscale: #A3A3A3. Windows color (decimal): -4291076 or 16549310. OLE color: 16549310.

HSL color Cylindrical-coordinate representation of color #BE85FC: hue angle of 268.74º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE85FC is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 133 252 -
CMYK 0.25 0.47 0 0.01
HSL 268.74º 0.95% 0.75% -
HSV(B) 268.74º 0.47% 0.99% -
XYZ 47.19 34.75 96.32 -
YUV 163.61 177.88 146.82 -
System Red Green Blue C M Y K H S L
Decimal 190 133 252 0.25 0.47 0 0.01 268.74 0.95 0.75
Hex BE 85 FC 19 2F 0 1 10D 5F 4B
Octal 276 205 374 31 57 0 1 415 137 113
Binary 10111110 10000101 11111100 11001 101111 0 1 100001101 1011111 1001011

Color Harmonies of #BE85FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE85FC

Black with #BE85FC

Text Example


Text Example

White with #BE85FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE85FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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