Html Css Color HEX #BD90D2 Wisteria

📋 copy color: '#BD90D2'

red 189 ◦ green 144 ◦ blue 210

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

Shades of Wisteria #BD90D2

Tints of Wisteria #BD90D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.67%

R = 34.81%
G = 26.52%
B = 38.67%

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

#BD90D2 (or 0xBD90D2) is known color: Wisteria. HEX triplet: BD, 90 and D2. RGB value is (189,144,210). Sum of RGB (Red+Green+Blue) = 189+144+210=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD90D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90D2 is #426F2D. Grayscale: #A4A4A4. Windows color (decimal): -4353838 or 13799613. OLE color: 13799613.

HSL color Cylindrical-coordinate representation of color #BD90D2: hue angle of 280.91º degrees, saturation: 0.42, 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 #BD90D2 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 144 210 -
CMYK 0.10 0.31 0 0.18
HSL 280.91º 0.42% 0.69% -
HSV(B) 280.91º 0.31% 0.82% -
XYZ 42.59 35.42 65.56 -
YUV 164.98 153.41 145.13 -
System Red Green Blue C M Y K H S L
Decimal 189 144 210 0.10 0.31 0 0.18 280.91 0.42 0.69
Hex BD 90 D2 A 1F 0 12 119 2A 45
Octal 275 220 322 12 37 0 22 431 52 105
Binary 10111101 10010000 11010010 1010 11111 0 10010 100011001 101010 1000101

Color Harmonies of #BD90D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD90D2

Black with #BD90D2

Text Example


Text Example

White with #BD90D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD90D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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