Html Css Color HEX #BD8ED6 Wisteria

📋 copy color: '#BD8ED6'

red 189 ◦ green 142 ◦ blue 214

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

Shades of Wisteria #BD8ED6

Tints of Wisteria #BD8ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.27%

R = 34.68%
G = 26.06%
B = 39.27%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD8ED6 (or 0xBD8ED6) is known color: Wisteria. HEX triplet: BD, 8E and D6. RGB value is (189,142,214). Sum of RGB (Red+Green+Blue) = 189+142+214=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD8ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8ED6 is #427129. Grayscale: #A4A4A4. Windows color (decimal): -4354346 or 14061245. OLE color: 14061245.

HSL color Cylindrical-coordinate representation of color #BD8ED6: hue angle of 279.17º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD8ED6 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 142 214 -
CMYK 0.12 0.34 0 0.16
HSL 279.17º 0.47% 0.7% -
HSV(B) 279.17º 0.34% 0.84% -
XYZ 42.8 35.02 68.12 -
YUV 164.26 156.07 145.65 -
System Red Green Blue C M Y K H S L
Decimal 189 142 214 0.12 0.34 0 0.16 279.17 0.47 0.7
Hex BD 8E D6 C 22 0 10 117 2F 46
Octal 275 216 326 14 42 0 20 427 57 106
Binary 10111101 10001110 11010110 1100 100010 0 10000 100010111 101111 1000110

Color Harmonies of #BD8ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8ED6

Black with #BD8ED6

Text Example


Text Example

White with #BD8ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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