Html Css Color HEX #BD87D2 Wisteria

📋 copy color: '#BD87D2'

red 189 ◦ green 135 ◦ blue 210

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

Shades of Wisteria #BD87D2

Tints of Wisteria #BD87D2

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.28%

 BLUE value IS 210 (82.42% from 255) = 39.33%

R = 35.39%
G = 25.28%
B = 39.33%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD87D2 (or 0xBD87D2) is known color: Wisteria. HEX triplet: BD, 87 and D2. RGB value is (189,135,210). Sum of RGB (Red+Green+Blue) = 189+135+210=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD87D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD87D2 is #42782D. Grayscale: #9F9F9F. Windows color (decimal): -4356142 or 13797309. OLE color: 13797309.

HSL color Cylindrical-coordinate representation of color #BD87D2: hue angle of 283.2º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD87D2 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 135 210 -
CMYK 0.10 0.36 0 0.18
HSL 283.2º 0.45% 0.68% -
HSV(B) 283.2º 0.36% 0.82% -
XYZ 41.28 32.8 65.13 -
YUV 159.7 156.39 148.9 -
System Red Green Blue C M Y K H S L
Decimal 189 135 210 0.10 0.36 0 0.18 283.2 0.45 0.68
Hex BD 87 D2 A 24 0 12 11B 2D 44
Octal 275 207 322 12 44 0 22 433 55 104
Binary 10111101 10000111 11010010 1010 100100 0 10010 100011011 101101 1000100

Color Harmonies of #BD87D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD87D2

Black with #BD87D2

Text Example


Text Example

White with #BD87D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD87D2; }

 p { color: rgb(189,135,210); }

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

background-color css

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

 a { background-color: rgb(189,135,210); }

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

border-color css

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

 span { border-color: rgb(189,135,210); }

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