Html Css Color HEX #BD8ED0 Wisteria

📋 copy color: '#BD8ED0'

red 189 ◦ green 142 ◦ blue 208

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

Shades of Wisteria #BD8ED0

Tints of Wisteria #BD8ED0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.35%

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

R = 35.06%
G = 26.35%
B = 38.59%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD8ED0 (or 0xBD8ED0) is known color: Wisteria. HEX triplet: BD, 8E and D0. RGB value is (189,142,208). Sum of RGB (Red+Green+Blue) = 189+142+208=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD8ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8ED0 is #42712F. Grayscale: #A3A3A3. Windows color (decimal): -4354352 or 13668029. OLE color: 13668029.

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

Color convert

RGB 189 142 208 -
CMYK 0.09 0.32 0 0.18
HSL 282.73º 0.41% 0.69% -
HSV(B) 282.73º 0.32% 0.82% -
XYZ 42.04 34.72 64.16 -
YUV 163.58 153.07 146.13 -
System Red Green Blue C M Y K H S L
Decimal 189 142 208 0.09 0.32 0 0.18 282.73 0.41 0.69
Hex BD 8E D0 9 20 0 12 11B 29 45
Octal 275 216 320 11 40 0 22 433 51 105
Binary 10111101 10001110 11010000 1001 100000 0 10010 100011011 101001 1000101

Color Harmonies of #BD8ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8ED0

Black with #BD8ED0

Text Example


Text Example

White with #BD8ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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