Html Css Color HEX #BD90D1 Wisteria

📋 copy color: '#BD90D1'

red 189 ◦ green 144 ◦ blue 209

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

Shades of Wisteria #BD90D1

Tints of Wisteria #BD90D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.56%

R = 34.87%
G = 26.57%
B = 38.56%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD90D1 (or 0xBD90D1) is known color: Wisteria. HEX triplet: BD, 90 and D1. RGB value is (189,144,209). Sum of RGB (Red+Green+Blue) = 189+144+209=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 209 (82.03% from 255 or 38.56% from 542); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD90D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90D1 is #426F2E. Grayscale: #A4A4A4. Windows color (decimal): -4353839 or 13734077. OLE color: 13734077.

HSL color Cylindrical-coordinate representation of color #BD90D1: hue angle of 281.54º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD90D1 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 144 209 -
CMYK 0.10 0.31 0 0.18
HSL 281.54º 0.41% 0.69% -
HSV(B) 281.54º 0.31% 0.82% -
XYZ 42.47 35.37 64.91 -
YUV 164.87 152.91 145.21 -
System Red Green Blue C M Y K H S L
Decimal 189 144 209 0.10 0.31 0 0.18 281.54 0.41 0.69
Hex BD 90 D1 A 1F 0 12 11A 29 45
Octal 275 220 321 12 37 0 22 432 51 105
Binary 10111101 10010000 11010001 1010 11111 0 10010 100011010 101001 1000101

Color Harmonies of #BD90D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD90D1

Black with #BD90D1

Text Example


Text Example

White with #BD90D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD90D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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