Html Css Color HEX #BE86FC Heliotrope

📋 copy color: '#BE86FC'

red 190 ◦ green 134 ◦ blue 252

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

Shades of Heliotrope #BE86FC

Tints of Heliotrope #BE86FC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.26%

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

R = 32.99%
G = 23.26%
B = 43.75%

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

#BE86FC (or 0xBE86FC) is known color: Heliotrope. HEX triplet: BE, 86 and FC. RGB value is (190,134,252). Sum of RGB (Red+Green+Blue) = 190+134+252=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 134 (52.73% from 255 or 23.26% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE86FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE86FC is #417903. Grayscale: #A3A3A3. Windows color (decimal): -4290820 or 16549566. OLE color: 16549566.

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

Color convert

RGB 190 134 252 -
CMYK 0.25 0.47 0 0.01
HSL 268.47º 0.95% 0.76% -
HSV(B) 268.47º 0.47% 0.99% -
XYZ 47.33 35.03 96.36 -
YUV 164.2 177.55 146.41 -
System Red Green Blue C M Y K H S L
Decimal 190 134 252 0.25 0.47 0 0.01 268.47 0.95 0.76
Hex BE 86 FC 19 2F 0 1 10C 5F 4C
Octal 276 206 374 31 57 0 1 414 137 114
Binary 10111110 10000110 11111100 11001 101111 0 1 100001100 1011111 1001100

Color Harmonies of #BE86FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE86FC

Black with #BE86FC

Text Example


Text Example

White with #BE86FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE86FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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