Html Css Color HEX #BD90D0 Wisteria

📋 copy color: '#BD90D0'

red 189 ◦ green 144 ◦ blue 208

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

Shades of Wisteria #BD90D0

Tints of Wisteria #BD90D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.45%

R = 34.94%
G = 26.62%
B = 38.45%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD90D0 (or 0xBD90D0) is known color: Wisteria. HEX triplet: BD, 90 and D0. RGB value is (189,144,208). Sum of RGB (Red+Green+Blue) = 189+144+208=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD90D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90D0 is #426F2F. Grayscale: #A4A4A4. Windows color (decimal): -4353840 or 13668541. OLE color: 13668541.

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

Color convert

RGB 189 144 208 -
CMYK 0.09 0.31 0 0.18
HSL 282.19º 0.41% 0.69% -
HSV(B) 282.19º 0.31% 0.82% -
XYZ 42.34 35.32 64.26 -
YUV 164.75 152.41 145.3 -
System Red Green Blue C M Y K H S L
Decimal 189 144 208 0.09 0.31 0 0.18 282.19 0.41 0.69
Hex BD 90 D0 9 1F 0 12 11A 29 45
Octal 275 220 320 11 37 0 22 432 51 105
Binary 10111101 10010000 11010000 1001 11111 0 10010 100011010 101001 1000101

Color Harmonies of #BD90D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD90D0

Black with #BD90D0

Text Example


Text Example

White with #BD90D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD90D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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