Html Css Color HEX #B994CE Wisteria

📋 copy color: '#B994CE'

red 185 ◦ green 148 ◦ blue 206

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

Shades of Wisteria #B994CE

Tints of Wisteria #B994CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.46%

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

R = 34.32%
G = 27.46%
B = 38.22%

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

#B994CE (or 0xB994CE) is known color: Wisteria. HEX triplet: B9, 94 and CE. RGB value is (185,148,206). Sum of RGB (Red+Green+Blue) = 185+148+206=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #B994CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B994CE is #466B31. Grayscale: #A5A5A5. Windows color (decimal): -4614962 or 13538489. OLE color: 13538489.

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

Color convert

RGB 185 148 206 -
CMYK 0.10 0.28 0 0.19
HSL 278.28º 0.37% 0.69% -
HSV(B) 278.28º 0.28% 0.81% -
XYZ 41.74 35.95 63.13 -
YUV 165.68 150.76 141.78 -
System Red Green Blue C M Y K H S L
Decimal 185 148 206 0.10 0.28 0 0.19 278.28 0.37 0.69
Hex B9 94 CE A 1C 0 13 116 25 45
Octal 271 224 316 12 34 0 23 426 45 105
Binary 10111001 10010100 11001110 1010 11100 0 10011 100010110 100101 1000101

Color Harmonies of #B994CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B994CE

Black with #B994CE

Text Example


Text Example

White with #B994CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B994CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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