Html Css Color HEX #BE86E6 Wisteria

📋 copy color: '#BE86E6'

red 190 ◦ green 134 ◦ blue 230

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

Shades of Wisteria #BE86E6

Tints of Wisteria #BE86E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.52%

R = 34.3%
G = 24.19%
B = 41.52%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE86E6 (or 0xBE86E6) is known color: Wisteria. HEX triplet: BE, 86 and E6. RGB value is (190,134,230). Sum of RGB (Red+Green+Blue) = 190+134+230=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE86E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE86E6 is #417919. Grayscale: #A1A1A1. Windows color (decimal): -4290842 or 15107774. OLE color: 15107774.

HSL color Cylindrical-coordinate representation of color #BE86E6: hue angle of 275º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE86E6 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 134 230 -
CMYK 0.17 0.42 0 0.10
HSL 275º 0.66% 0.71% -
HSV(B) 275º 0.42% 0.9% -
XYZ 44.04 33.71 79.05 -
YUV 161.69 166.55 148.19 -
System Red Green Blue C M Y K H S L
Decimal 190 134 230 0.17 0.42 0 0.10 275 0.66 0.71
Hex BE 86 E6 11 2A 0 A 113 42 47
Octal 276 206 346 21 52 0 12 423 102 107
Binary 10111110 10000110 11100110 10001 101010 0 1010 100010011 1000010 1000111

Color Harmonies of #BE86E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE86E6

Black with #BE86E6

Text Example


Text Example

White with #BE86E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE86E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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