Html Css Color HEX #BD88D1 Wisteria

📋 copy color: '#BD88D1'

red 189 ◦ green 136 ◦ blue 209

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

Shades of Wisteria #BD88D1

Tints of Wisteria #BD88D1

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.47%

 BLUE value IS 209 (82.03% from 255) = 39.14%

R = 35.39%
G = 25.47%
B = 39.14%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD88D1 (or 0xBD88D1) is known color: Wisteria. HEX triplet: BD, 88 and D1. RGB value is (189,136,209). Sum of RGB (Red+Green+Blue) = 189+136+209=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD88D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD88D1 is #42772E. Grayscale: #9F9F9F. Windows color (decimal): -4355887 or 13732029. OLE color: 13732029.

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

Color convert

RGB 189 136 209 -
CMYK 0.10 0.35 0 0.18
HSL 283.56º 0.44% 0.68% -
HSV(B) 283.56º 0.35% 0.82% -
XYZ 41.3 33.03 64.52 -
YUV 160.17 155.56 148.56 -
System Red Green Blue C M Y K H S L
Decimal 189 136 209 0.10 0.35 0 0.18 283.56 0.44 0.68
Hex BD 88 D1 A 23 0 12 11C 2C 44
Octal 275 210 321 12 43 0 22 434 54 104
Binary 10111101 10001000 11010001 1010 100011 0 10010 100011100 101100 1000100

Color Harmonies of #BD88D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD88D1

Black with #BD88D1

Text Example


Text Example

White with #BD88D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD88D1; }

 p { color: rgb(189,136,209); }

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

background-color css

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

 a { background-color: rgb(189,136,209); }

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

border-color css

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

 span { border-color: rgb(189,136,209); }

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