Html Css Color HEX #B995D0 Wisteria

📋 copy color: '#B995D0'

red 185 ◦ green 149 ◦ blue 208

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

Shades of Wisteria #B995D0

Tints of Wisteria #B995D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.38%

R = 34.13%
G = 27.49%
B = 38.38%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B995D0 (or 0xB995D0) is known color: Wisteria. HEX triplet: B9, 95 and D0. RGB value is (185,149,208). Sum of RGB (Red+Green+Blue) = 185+149+208=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 208 - color contains mainly: blue. Hex color #B995D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995D0 is #466A2F. Grayscale: #A6A6A6. Windows color (decimal): -4614704 or 13669817. OLE color: 13669817.

HSL color Cylindrical-coordinate representation of color #B995D0: hue angle of 276.61º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B995D0 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 149 208 -
CMYK 0.11 0.28 0 0.18
HSL 276.61º 0.39% 0.7% -
HSV(B) 276.61º 0.28% 0.82% -
XYZ 42.14 36.36 64.47 -
YUV 166.49 151.43 141.2 -
System Red Green Blue C M Y K H S L
Decimal 185 149 208 0.11 0.28 0 0.18 276.61 0.39 0.7
Hex B9 95 D0 B 1C 0 12 115 27 46
Octal 271 225 320 13 34 0 22 425 47 106
Binary 10111001 10010101 11010000 1011 11100 0 10010 100010101 100111 1000110

Color Harmonies of #B995D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B995D0

Black with #B995D0

Text Example


Text Example

White with #B995D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B995D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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