Html Css Color HEX #BD90E1 Wisteria

📋 copy color: '#BD90E1'

red 189 ◦ green 144 ◦ blue 225

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

Shades of Wisteria #BD90E1

Tints of Wisteria #BD90E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.32%

R = 33.87%
G = 25.81%
B = 40.32%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD90E1 (or 0xBD90E1) is known color: Wisteria. HEX triplet: BD, 90 and E1. RGB value is (189,144,225). Sum of RGB (Red+Green+Blue) = 189+144+225=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD90E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90E1 is #426F1E. Grayscale: #A6A6A6. Windows color (decimal): -4353823 or 14782653. OLE color: 14782653.

HSL color Cylindrical-coordinate representation of color #BD90E1: hue angle of 273.33º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD90E1 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 144 225 -
CMYK 0.16 0.36 0 0.12
HSL 273.33º 0.57% 0.72% -
HSV(B) 273.33º 0.36% 0.88% -
XYZ 44.55 36.2 75.87 -
YUV 166.69 160.91 143.91 -
System Red Green Blue C M Y K H S L
Decimal 189 144 225 0.16 0.36 0 0.12 273.33 0.57 0.72
Hex BD 90 E1 10 24 0 C 111 39 48
Octal 275 220 341 20 44 0 14 421 71 110
Binary 10111101 10010000 11100001 10000 100100 0 1100 100010001 111001 1001000

Color Harmonies of #BD90E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD90E1

Black with #BD90E1

Text Example


Text Example

White with #BD90E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD90E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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