Html Css Color HEX #BD90D6 Wisteria

📋 copy color: '#BD90D6'

red 189 ◦ green 144 ◦ blue 214

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

Shades of Wisteria #BD90D6

Tints of Wisteria #BD90D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.12%

R = 34.55%
G = 26.33%
B = 39.12%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD90D6 (or 0xBD90D6) is known color: Wisteria. HEX triplet: BD, 90 and D6. RGB value is (189,144,214). Sum of RGB (Red+Green+Blue) = 189+144+214=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD90D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90D6 is #426F29. Grayscale: #A5A5A5. Windows color (decimal): -4353834 or 14061757. OLE color: 14061757.

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

Color convert

RGB 189 144 214 -
CMYK 0.12 0.33 0 0.16
HSL 278.57º 0.46% 0.7% -
HSV(B) 278.57º 0.33% 0.84% -
XYZ 43.1 35.62 68.22 -
YUV 165.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 189 144 214 0.12 0.33 0 0.16 278.57 0.46 0.7
Hex BD 90 D6 C 21 0 10 117 2E 46
Octal 275 220 326 14 41 0 20 427 56 106
Binary 10111101 10010000 11010110 1100 100001 0 10000 100010111 101110 1000110

Color Harmonies of #BD90D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD90D6

Black with #BD90D6

Text Example


Text Example

White with #BD90D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD90D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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