Html Css Color HEX #BD95D3 Wisteria

📋 copy color: '#BD95D3'

red 189 ◦ green 149 ◦ blue 211

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

Shades of Wisteria #BD95D3

Tints of Wisteria #BD95D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.43%

R = 34.43%
G = 27.14%
B = 38.43%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BD95D3 (or 0xBD95D3) is known color: Wisteria. HEX triplet: BD, 95 and D3. RGB value is (189,149,211). Sum of RGB (Red+Green+Blue) = 189+149+211=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD95D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95D3 is #426A2C. Grayscale: #A7A7A7. Windows color (decimal): -4352557 or 13866429. OLE color: 13866429.

HSL color Cylindrical-coordinate representation of color #BD95D3: hue angle of 278.71º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD95D3 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 149 211 -
CMYK 0.10 0.29 0 0.17
HSL 278.71º 0.41% 0.71% -
HSV(B) 278.71º 0.29% 0.83% -
XYZ 43.49 37.02 66.48 -
YUV 168.03 152.25 142.96 -
System Red Green Blue C M Y K H S L
Decimal 189 149 211 0.10 0.29 0 0.17 278.71 0.41 0.71
Hex BD 95 D3 A 1D 0 11 117 29 47
Octal 275 225 323 12 35 0 21 427 51 107
Binary 10111101 10010101 11010011 1010 11101 0 10001 100010111 101001 1000111

Color Harmonies of #BD95D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD95D3

Black with #BD95D3

Text Example


Text Example

White with #BD95D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD95D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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