Html Css Color HEX #BD88DF Wisteria

📋 copy color: '#BD88DF'

red 189 ◦ green 136 ◦ blue 223

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

Shades of Wisteria #BD88DF

Tints of Wisteria #BD88DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.69%

R = 34.49%
G = 24.82%
B = 40.69%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD88DF (or 0xBD88DF) is known color: Wisteria. HEX triplet: BD, 88 and DF. RGB value is (189,136,223). Sum of RGB (Red+Green+Blue) = 189+136+223=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD88DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD88DF is #427720. Grayscale: #A1A1A1. Windows color (decimal): -4355873 or 14649533. OLE color: 14649533.

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

Color convert

RGB 189 136 223 -
CMYK 0.15 0.39 0 0.13
HSL 276.55º 0.58% 0.7% -
HSV(B) 276.55º 0.39% 0.87% -
XYZ 43.11 33.75 74.06 -
YUV 161.77 162.56 147.43 -
System Red Green Blue C M Y K H S L
Decimal 189 136 223 0.15 0.39 0 0.13 276.55 0.58 0.7
Hex BD 88 DF F 27 0 D 115 3A 46
Octal 275 210 337 17 47 0 15 425 72 106
Binary 10111101 10001000 11011111 1111 100111 0 1101 100010101 111010 1000110

Color Harmonies of #BD88DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD88DF

Black with #BD88DF

Text Example


Text Example

White with #BD88DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD88DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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