Html Css Color HEX #BD90D5 Wisteria

📋 copy color: '#BD90D5'

red 189 ◦ green 144 ◦ blue 213

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

Shades of Wisteria #BD90D5

Tints of Wisteria #BD90D5

RGB

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

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

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

R = 34.62%
G = 26.37%
B = 39.01%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD90D5 (or 0xBD90D5) is known color: Wisteria. HEX triplet: BD, 90 and D5. RGB value is (189,144,213). Sum of RGB (Red+Green+Blue) = 189+144+213=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD90D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90D5 is #426F2A. Grayscale: #A5A5A5. Windows color (decimal): -4353835 or 13996221. OLE color: 13996221.

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

Color convert

RGB 189 144 213 -
CMYK 0.11 0.32 0 0.16
HSL 279.13º 0.45% 0.7% -
HSV(B) 279.13º 0.32% 0.84% -
XYZ 42.97 35.57 67.55 -
YUV 165.32 154.91 144.89 -
System Red Green Blue C M Y K H S L
Decimal 189 144 213 0.11 0.32 0 0.16 279.13 0.45 0.7
Hex BD 90 D5 B 20 0 10 117 2D 46
Octal 275 220 325 13 40 0 20 427 55 106
Binary 10111101 10010000 11010101 1011 100000 0 10000 100010111 101101 1000110

Color Harmonies of #BD90D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD90D5

Black with #BD90D5

Text Example


Text Example

White with #BD90D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD90D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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