Html Css Color HEX #BD95CE Wisteria

📋 copy color: '#BD95CE'

red 189 ◦ green 149 ◦ blue 206

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

Shades of Wisteria #BD95CE

Tints of Wisteria #BD95CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.87%

R = 34.74%
G = 27.39%
B = 37.87%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD95CE (or 0xBD95CE) is known color: Wisteria. HEX triplet: BD, 95 and CE. RGB value is (189,149,206). Sum of RGB (Red+Green+Blue) = 189+149+206=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD95CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95CE is #426A31. Grayscale: #A7A7A7. Windows color (decimal): -4352562 or 13538749. OLE color: 13538749.

HSL color Cylindrical-coordinate representation of color #BD95CE: hue angle of 282.11º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD95CE is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 149 206 -
CMYK 0.08 0.28 0 0.19
HSL 282.11º 0.37% 0.7% -
HSV(B) 282.11º 0.28% 0.81% -
XYZ 42.87 36.77 63.23 -
YUV 167.46 149.75 143.37 -
System Red Green Blue C M Y K H S L
Decimal 189 149 206 0.08 0.28 0 0.19 282.11 0.37 0.7
Hex BD 95 CE 8 1C 0 13 11A 25 46
Octal 275 225 316 10 34 0 23 432 45 106
Binary 10111101 10010101 11001110 1000 11100 0 10011 100011010 100101 1000110

Color Harmonies of #BD95CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD95CE

Black with #BD95CE

Text Example


Text Example

White with #BD95CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD95CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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