Html Css Color HEX #B994CF Wisteria

📋 copy color: '#B994CF'

red 185 ◦ green 148 ◦ blue 207

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

Shades of Wisteria #B994CF

Tints of Wisteria #B994CF

RGB

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

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

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

R = 34.26%
G = 27.41%
B = 38.33%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B994CF (or 0xB994CF) is known color: Wisteria. HEX triplet: B9, 94 and CF. RGB value is (185,148,207). Sum of RGB (Red+Green+Blue) = 185+148+207=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #B994CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B994CF is #466B30. Grayscale: #A5A5A5. Windows color (decimal): -4614961 or 13604025. OLE color: 13604025.

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

Color convert

RGB 185 148 207 -
CMYK 0.11 0.29 0 0.19
HSL 277.63º 0.38% 0.7% -
HSV(B) 277.63º 0.29% 0.81% -
XYZ 41.86 36 63.77 -
YUV 165.79 151.26 141.7 -
System Red Green Blue C M Y K H S L
Decimal 185 148 207 0.11 0.29 0 0.19 277.63 0.38 0.7
Hex B9 94 CF B 1D 0 13 116 26 46
Octal 271 224 317 13 35 0 23 426 46 106
Binary 10111001 10010100 11001111 1011 11101 0 10011 100010110 100110 1000110

Color Harmonies of #B994CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B994CF

Black with #B994CF

Text Example


Text Example

White with #B994CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B994CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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