Html Css Color HEX #BD88DD Wisteria

📋 copy color: '#BD88DD'

red 189 ◦ green 136 ◦ blue 221

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

Shades of Wisteria #BD88DD

Tints of Wisteria #BD88DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 34.62%
G = 24.91%
B = 40.48%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD88DD (or 0xBD88DD) is known color: Wisteria. HEX triplet: BD, 88 and DD. RGB value is (189,136,221). Sum of RGB (Red+Green+Blue) = 189+136+221=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD88DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD88DD is #427722. Grayscale: #A1A1A1. Windows color (decimal): -4355875 or 14518461. OLE color: 14518461.

HSL color Cylindrical-coordinate representation of color #BD88DD: hue angle of 277.41º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD88DD is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 136 221 -
CMYK 0.14 0.38 0 0.13
HSL 277.41º 0.56% 0.7% -
HSV(B) 277.41º 0.38% 0.87% -
XYZ 42.84 33.65 72.64 -
YUV 161.54 161.56 147.59 -
System Red Green Blue C M Y K H S L
Decimal 189 136 221 0.14 0.38 0 0.13 277.41 0.56 0.7
Hex BD 88 DD E 26 0 D 115 38 46
Octal 275 210 335 16 46 0 15 425 70 106
Binary 10111101 10001000 11011101 1110 100110 0 1101 100010101 111000 1000110

Color Harmonies of #BD88DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD88DD

Black with #BD88DD

Text Example


Text Example

White with #BD88DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD88DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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