Html Css Color HEX #BD90CD Wisteria

📋 copy color: '#BD90CD'

red 189 ◦ green 144 ◦ blue 205

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

Shades of Wisteria #BD90CD

Tints of Wisteria #BD90CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.1%

R = 35.13%
G = 26.77%
B = 38.1%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD90CD (or 0xBD90CD) is known color: Wisteria. HEX triplet: BD, 90 and CD. RGB value is (189,144,205). Sum of RGB (Red+Green+Blue) = 189+144+205=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD90CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90CD is #426F32. Grayscale: #A4A4A4. Windows color (decimal): -4353843 or 13471933. OLE color: 13471933.

HSL color Cylindrical-coordinate representation of color #BD90CD: hue angle of 284.26º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD90CD is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 144 205 -
CMYK 0.08 0.30 0 0.20
HSL 284.26º 0.38% 0.68% -
HSV(B) 284.26º 0.3% 0.8% -
XYZ 41.98 35.17 62.33 -
YUV 164.41 150.91 145.54 -
System Red Green Blue C M Y K H S L
Decimal 189 144 205 0.08 0.30 0 0.20 284.26 0.38 0.68
Hex BD 90 CD 8 1E 0 14 11C 26 44
Octal 275 220 315 10 36 0 24 434 46 104
Binary 10111101 10010000 11001101 1000 11110 0 10100 100011100 100110 1000100

Color Harmonies of #BD90CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD90CD

Black with #BD90CD

Text Example


Text Example

White with #BD90CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD90CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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