Html Css Color HEX #BD95D6 Wisteria

📋 copy color: '#BD95D6'

red 189 ◦ green 149 ◦ blue 214

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

Shades of Wisteria #BD95D6

Tints of Wisteria #BD95D6

RGB

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

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

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

R = 34.24%
G = 26.99%
B = 38.77%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD95D6 (or 0xBD95D6) is known color: Wisteria. HEX triplet: BD, 95 and D6. RGB value is (189,149,214). Sum of RGB (Red+Green+Blue) = 189+149+214=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD95D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95D6 is #426A29. Grayscale: #A8A8A8. Windows color (decimal): -4352554 or 14063037. OLE color: 14063037.

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

Color convert

RGB 189 149 214 -
CMYK 0.12 0.30 0 0.16
HSL 276.92º 0.44% 0.71% -
HSV(B) 276.92º 0.3% 0.84% -
XYZ 43.87 37.17 68.48 -
YUV 168.37 153.75 142.71 -
System Red Green Blue C M Y K H S L
Decimal 189 149 214 0.12 0.30 0 0.16 276.92 0.44 0.71
Hex BD 95 D6 C 1E 0 10 115 2C 47
Octal 275 225 326 14 36 0 20 425 54 107
Binary 10111101 10010101 11010110 1100 11110 0 10000 100010101 101100 1000111

Color Harmonies of #BD95D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD95D6

Black with #BD95D6

Text Example


Text Example

White with #BD95D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD95D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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