Html Css Color HEX #BD88D5 Wisteria

📋 copy color: '#BD88D5'

red 189 ◦ green 136 ◦ blue 213

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

Shades of Wisteria #BD88D5

Tints of Wisteria #BD88D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.59%

R = 35.13%
G = 25.28%
B = 39.59%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD88D5 (or 0xBD88D5) is known color: Wisteria. HEX triplet: BD, 88 and D5. RGB value is (189,136,213). Sum of RGB (Red+Green+Blue) = 189+136+213=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD88D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD88D5 is #42772A. Grayscale: #A0A0A0. Windows color (decimal): -4355883 or 13994173. OLE color: 13994173.

HSL color Cylindrical-coordinate representation of color #BD88D5: hue angle of 281.3º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD88D5 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 136 213 -
CMYK 0.11 0.36 0 0.16
HSL 281.3º 0.48% 0.68% -
HSV(B) 281.3º 0.36% 0.84% -
XYZ 41.8 33.23 67.16 -
YUV 160.63 157.56 148.24 -
System Red Green Blue C M Y K H S L
Decimal 189 136 213 0.11 0.36 0 0.16 281.3 0.48 0.68
Hex BD 88 D5 B 24 0 10 119 30 44
Octal 275 210 325 13 44 0 20 431 60 104
Binary 10111101 10001000 11010101 1011 100100 0 10000 100011001 110000 1000100

Color Harmonies of #BD88D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD88D5

Black with #BD88D5

Text Example


Text Example

White with #BD88D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD88D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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