Html Css Color HEX #BD86ED Wisteria

📋 copy color: '#BD86ED'

red 189 ◦ green 134 ◦ blue 237

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

Shades of Wisteria #BD86ED

Tints of Wisteria #BD86ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.32%

R = 33.75%
G = 23.93%
B = 42.32%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD86ED (or 0xBD86ED) is known color: Wisteria. HEX triplet: BD, 86 and ED. RGB value is (189,134,237). Sum of RGB (Red+Green+Blue) = 189+134+237=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD86ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD86ED is #427912. Grayscale: #A1A1A1. Windows color (decimal): -4356371 or 15566525. OLE color: 15566525.

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

Color convert

RGB 189 134 237 -
CMYK 0.20 0.43 0 0.07
HSL 272.04º 0.74% 0.73% -
HSV(B) 272.04º 0.43% 0.93% -
XYZ 44.8 33.98 84.32 -
YUV 162.19 170.22 147.12 -
System Red Green Blue C M Y K H S L
Decimal 189 134 237 0.20 0.43 0 0.07 272.04 0.74 0.73
Hex BD 86 ED 14 2B 0 7 110 4A 49
Octal 275 206 355 24 53 0 7 420 112 111
Binary 10111101 10000110 11101101 10100 101011 0 111 100010000 1001010 1001001

Color Harmonies of #BD86ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD86ED

Black with #BD86ED

Text Example


Text Example

White with #BD86ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD86ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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