Html Css Color HEX #BD8CD2 Wisteria

📋 copy color: '#BD8CD2'

red 189 ◦ green 140 ◦ blue 210

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

Shades of Wisteria #BD8CD2

Tints of Wisteria #BD8CD2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.97%

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

R = 35.06%
G = 25.97%
B = 38.96%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD8CD2 (or 0xBD8CD2) is known color: Wisteria. HEX triplet: BD, 8C and D2. RGB value is (189,140,210). Sum of RGB (Red+Green+Blue) = 189+140+210=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD8CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8CD2 is #42732D. Grayscale: #A2A2A2. Windows color (decimal): -4354862 or 13798589. OLE color: 13798589.

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

Color convert

RGB 189 140 210 -
CMYK 0.10 0.33 0 0.18
HSL 282º 0.44% 0.69% -
HSV(B) 282º 0.33% 0.82% -
XYZ 42 34.23 65.37 -
YUV 162.63 154.73 146.81 -
System Red Green Blue C M Y K H S L
Decimal 189 140 210 0.10 0.33 0 0.18 282 0.44 0.69
Hex BD 8C D2 A 21 0 12 11A 2C 45
Octal 275 214 322 12 41 0 22 432 54 105
Binary 10111101 10001100 11010010 1010 100001 0 10010 100011010 101100 1000101

Color Harmonies of #BD8CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8CD2

Black with #BD8CD2

Text Example


Text Example

White with #BD8CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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