Html Css Color HEX #BD90D4 Wisteria

📋 copy color: '#BD90D4'

red 189 ◦ green 144 ◦ blue 212

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

Shades of Wisteria #BD90D4

Tints of Wisteria #BD90D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.9%

R = 34.68%
G = 26.42%
B = 38.9%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BD90D4 (or 0xBD90D4) is known color: Wisteria. HEX triplet: BD, 90 and D4. RGB value is (189,144,212). Sum of RGB (Red+Green+Blue) = 189+144+212=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD90D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90D4 is #426F2B. Grayscale: #A4A4A4. Windows color (decimal): -4353836 or 13930685. OLE color: 13930685.

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

Color convert

RGB 189 144 212 -
CMYK 0.11 0.32 0 0.17
HSL 279.71º 0.44% 0.7% -
HSV(B) 279.71º 0.32% 0.83% -
XYZ 42.84 35.52 66.89 -
YUV 165.21 154.41 144.97 -
System Red Green Blue C M Y K H S L
Decimal 189 144 212 0.11 0.32 0 0.17 279.71 0.44 0.7
Hex BD 90 D4 B 20 0 11 118 2C 46
Octal 275 220 324 13 40 0 21 430 54 106
Binary 10111101 10010000 11010100 1011 100000 0 10001 100011000 101100 1000110

Color Harmonies of #BD90D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD90D4

Black with #BD90D4

Text Example


Text Example

White with #BD90D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD90D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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