Html Css Color HEX #BD8ED7 Wisteria

📋 copy color: '#BD8ED7'

red 189 ◦ green 142 ◦ blue 215

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

Shades of Wisteria #BD8ED7

Tints of Wisteria #BD8ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.38%

R = 34.62%
G = 26.01%
B = 39.38%

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

#BD8ED7 (or 0xBD8ED7) is known color: Wisteria. HEX triplet: BD, 8E and D7. RGB value is (189,142,215). Sum of RGB (Red+Green+Blue) = 189+142+215=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 215 (84.38% from 255 or 39.38% from 546); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD8ED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8ED7 is #427128. Grayscale: #A4A4A4. Windows color (decimal): -4354345 or 14126781. OLE color: 14126781.

HSL color Cylindrical-coordinate representation of color #BD8ED7: hue angle of 278.63º degrees, saturation: 0.48, 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 #BD8ED7 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 142 215 -
CMYK 0.12 0.34 0 0.16
HSL 278.63º 0.48% 0.7% -
HSV(B) 278.63º 0.34% 0.84% -
XYZ 42.93 35.07 68.8 -
YUV 164.38 156.57 145.56 -
System Red Green Blue C M Y K H S L
Decimal 189 142 215 0.12 0.34 0 0.16 278.63 0.48 0.7
Hex BD 8E D7 C 22 0 10 117 30 46
Octal 275 216 327 14 42 0 20 427 60 106
Binary 10111101 10001110 11010111 1100 100010 0 10000 100010111 110000 1000110

Color Harmonies of #BD8ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8ED7

Black with #BD8ED7

Text Example


Text Example

White with #BD8ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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