Html Css Color HEX #B995CF Wisteria

📋 copy color: '#B995CF'

red 185 ◦ green 149 ◦ blue 207

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

Shades of Wisteria #B995CF

Tints of Wisteria #B995CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.26%

R = 34.2%
G = 27.54%
B = 38.26%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B995CF (or 0xB995CF) is known color: Wisteria. HEX triplet: B9, 95 and CF. RGB value is (185,149,207). Sum of RGB (Red+Green+Blue) = 185+149+207=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #B995CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995CF is #466A30. Grayscale: #A6A6A6. Windows color (decimal): -4614705 or 13604281. OLE color: 13604281.

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

Color convert

RGB 185 149 207 -
CMYK 0.11 0.28 0 0.19
HSL 277.24º 0.38% 0.7% -
HSV(B) 277.24º 0.28% 0.81% -
XYZ 42.02 36.31 63.83 -
YUV 166.38 150.93 141.28 -
System Red Green Blue C M Y K H S L
Decimal 185 149 207 0.11 0.28 0 0.19 277.24 0.38 0.7
Hex B9 95 CF B 1C 0 13 115 26 46
Octal 271 225 317 13 34 0 23 425 46 106
Binary 10111001 10010101 11001111 1011 11100 0 10011 100010101 100110 1000110

Color Harmonies of #B995CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B995CF

Black with #B995CF

Text Example


Text Example

White with #B995CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B995CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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