Html Css Color HEX #BD90DD Wisteria

📋 copy color: '#BD90DD'

red 189 ◦ green 144 ◦ blue 221

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

Shades of Wisteria #BD90DD

Tints of Wisteria #BD90DD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.99%

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

R = 34.12%
G = 25.99%
B = 39.89%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD90DD (or 0xBD90DD) is known color: Wisteria. HEX triplet: BD, 90 and DD. RGB value is (189,144,221). Sum of RGB (Red+Green+Blue) = 189+144+221=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD90DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90DD is #426F22. Grayscale: #A5A5A5. Windows color (decimal): -4353827 or 14520509. OLE color: 14520509.

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

Color convert

RGB 189 144 221 -
CMYK 0.14 0.35 0 0.13
HSL 275.06º 0.53% 0.72% -
HSV(B) 275.06º 0.35% 0.87% -
XYZ 44.01 35.99 73.03 -
YUV 166.23 158.91 144.24 -
System Red Green Blue C M Y K H S L
Decimal 189 144 221 0.14 0.35 0 0.13 275.06 0.53 0.72
Hex BD 90 DD E 23 0 D 113 35 48
Octal 275 220 335 16 43 0 15 423 65 110
Binary 10111101 10010000 11011101 1110 100011 0 1101 100010011 110101 1001000

Color Harmonies of #BD90DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD90DD

Black with #BD90DD

Text Example


Text Example

White with #BD90DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD90DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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