Html Css Color HEX #BD86EE Wisteria

📋 copy color: '#BD86EE'

red 189 ◦ green 134 ◦ blue 238

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

Shades of Wisteria #BD86EE

Tints of Wisteria #BD86EE

RGB

 RED value IS 189 (74.22% from 255) = 33.69%

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

 BLUE value IS 238 (93.36% from 255) = 42.42%

R = 33.69%
G = 23.89%
B = 42.42%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD86EE (or 0xBD86EE) is known color: Wisteria. HEX triplet: BD, 86 and EE. RGB value is (189,134,238). Sum of RGB (Red+Green+Blue) = 189+134+238=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD86EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD86EE is #427911. Grayscale: #A1A1A1. Windows color (decimal): -4356370 or 15632061. OLE color: 15632061.

HSL color Cylindrical-coordinate representation of color #BD86EE: hue angle of 271.73º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD86EE is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 134 238 -
CMYK 0.21 0.44 0 0.07
HSL 271.73º 0.75% 0.73% -
HSV(B) 271.73º 0.44% 0.93% -
XYZ 44.94 34.04 85.09 -
YUV 162.3 170.72 147.04 -
System Red Green Blue C M Y K H S L
Decimal 189 134 238 0.21 0.44 0 0.07 271.73 0.75 0.73
Hex BD 86 EE 15 2C 0 7 110 4B 49
Octal 275 206 356 25 54 0 7 420 113 111
Binary 10111101 10000110 11101110 10101 101100 0 111 100010000 1001011 1001001

Color Harmonies of #BD86EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD86EE

Black with #BD86EE

Text Example


Text Example

White with #BD86EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD86EE; }

 p { color: rgb(189,134,238); }

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

background-color css

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

 a { background-color: rgb(189,134,238); }

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

border-color css

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

 span { border-color: rgb(189,134,238); }

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