Html Css Color HEX #BD90E5 Wisteria

📋 copy color: '#BD90E5'

red 189 ◦ green 144 ◦ blue 229

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

Shades of Wisteria #BD90E5

Tints of Wisteria #BD90E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.75%

R = 33.63%
G = 25.62%
B = 40.75%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD90E5 (or 0xBD90E5) is known color: Wisteria. HEX triplet: BD, 90 and E5. RGB value is (189,144,229). Sum of RGB (Red+Green+Blue) = 189+144+229=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD90E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90E5 is #426F1A. Grayscale: #A6A6A6. Windows color (decimal): -4353819 or 15044797. OLE color: 15044797.

HSL color Cylindrical-coordinate representation of color #BD90E5: hue angle of 271.76º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD90E5 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 144 229 -
CMYK 0.17 0.37 0 0.10
HSL 271.76º 0.62% 0.73% -
HSV(B) 271.76º 0.37% 0.9% -
XYZ 45.1 36.42 78.78 -
YUV 167.15 162.91 143.59 -
System Red Green Blue C M Y K H S L
Decimal 189 144 229 0.17 0.37 0 0.10 271.76 0.62 0.73
Hex BD 90 E5 11 25 0 A 110 3E 49
Octal 275 220 345 21 45 0 12 420 76 111
Binary 10111101 10010000 11100101 10001 100101 0 1010 100010000 111110 1001001

Color Harmonies of #BD90E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD90E5

Black with #BD90E5

Text Example


Text Example

White with #BD90E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD90E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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