Html Css Color HEX #BD90DA Wisteria

📋 copy color: '#BD90DA'

red 189 ◦ green 144 ◦ blue 218

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

Shades of Wisteria #BD90DA

Tints of Wisteria #BD90DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.56%

R = 34.3%
G = 26.13%
B = 39.56%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD90DA (or 0xBD90DA) is known color: Wisteria. HEX triplet: BD, 90 and DA. RGB value is (189,144,218). Sum of RGB (Red+Green+Blue) = 189+144+218=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD90DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90DA is #426F25. Grayscale: #A5A5A5. Windows color (decimal): -4353830 or 14323901. OLE color: 14323901.

HSL color Cylindrical-coordinate representation of color #BD90DA: hue angle of 276.49º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD90DA is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 144 218 -
CMYK 0.13 0.34 0 0.15
HSL 276.49º 0.5% 0.71% -
HSV(B) 276.49º 0.34% 0.85% -
XYZ 43.61 35.83 70.95 -
YUV 165.89 157.41 144.48 -
System Red Green Blue C M Y K H S L
Decimal 189 144 218 0.13 0.34 0 0.15 276.49 0.5 0.71
Hex BD 90 DA D 22 0 F 114 32 47
Octal 275 220 332 15 42 0 17 424 62 107
Binary 10111101 10010000 11011010 1101 100010 0 1111 100010100 110010 1000111

Color Harmonies of #BD90DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD90DA

Black with #BD90DA

Text Example


Text Example

White with #BD90DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD90DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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