Html Css Color HEX #BD95D7 Wisteria

📋 copy color: '#BD95D7'

red 189 ◦ green 149 ◦ blue 215

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

Shades of Wisteria #BD95D7

Tints of Wisteria #BD95D7

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.94%

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

R = 34.18%
G = 26.94%
B = 38.88%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD95D7 (or 0xBD95D7) is known color: Wisteria. HEX triplet: BD, 95 and D7. RGB value is (189,149,215). Sum of RGB (Red+Green+Blue) = 189+149+215=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD95D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95D7 is #426A28. Grayscale: #A8A8A8. Windows color (decimal): -4352553 or 14128573. OLE color: 14128573.

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

Color convert

RGB 189 149 215 -
CMYK 0.12 0.31 0 0.16
HSL 276.36º 0.45% 0.71% -
HSV(B) 276.36º 0.31% 0.84% -
XYZ 44 37.22 69.16 -
YUV 168.48 154.25 142.63 -
System Red Green Blue C M Y K H S L
Decimal 189 149 215 0.12 0.31 0 0.16 276.36 0.45 0.71
Hex BD 95 D7 C 1F 0 10 114 2D 47
Octal 275 225 327 14 37 0 20 424 55 107
Binary 10111101 10010101 11010111 1100 11111 0 10000 100010100 101101 1000111

Color Harmonies of #BD95D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD95D7

Black with #BD95D7

Text Example


Text Example

White with #BD95D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD95D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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