Html Css Color HEX #B995CE Wisteria

📋 copy color: '#B995CE'

red 185 ◦ green 149 ◦ blue 206

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

Shades of Wisteria #B995CE

Tints of Wisteria #B995CE

RGB

 RED value IS 185 (72.66% from 255) = 34.26%

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

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

R = 34.26%
G = 27.59%
B = 38.15%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B995CE (or 0xB995CE) is known color: Wisteria. HEX triplet: B9, 95 and CE. RGB value is (185,149,206). Sum of RGB (Red+Green+Blue) = 185+149+206=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #B995CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995CE is #466A31. Grayscale: #A6A6A6. Windows color (decimal): -4614706 or 13538745. OLE color: 13538745.

HSL color Cylindrical-coordinate representation of color #B995CE: hue angle of 277.89º 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 #B995CE is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 149 206 -
CMYK 0.10 0.28 0 0.19
HSL 277.89º 0.37% 0.7% -
HSV(B) 277.89º 0.28% 0.81% -
XYZ 41.9 36.27 63.18 -
YUV 166.26 150.43 141.37 -
System Red Green Blue C M Y K H S L
Decimal 185 149 206 0.10 0.28 0 0.19 277.89 0.37 0.7
Hex B9 95 CE A 1C 0 13 116 25 46
Octal 271 225 316 12 34 0 23 426 45 106
Binary 10111001 10010101 11001110 1010 11100 0 10011 100010110 100101 1000110

Color Harmonies of #B995CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B995CE

Black with #B995CE

Text Example


Text Example

White with #B995CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B995CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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