Html Css Color HEX #B14D9F Violet Blue

📋 copy color: '#B14D9F'

red 177 ◦ green 77 ◦ blue 159

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

Shades of Violet Blue #B14D9F

Tints of Violet Blue #B14D9F

RGB

 RED value IS 177 (69.53% from 255) = 42.86%

 GREEN value IS 77 (30.47% from 255) = 18.64%

 BLUE value IS 159 (62.5% from 255) = 38.5%

R = 42.86%
G = 18.64%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B14D9F (or 0xB14D9F) is known color: Violet Blue. HEX triplet: B1, 4D and 9F. RGB value is (177,77,159). Sum of RGB (Red+Green+Blue) = 177+77+159=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14D9F is #4EB260. Grayscale: #747474. Windows color (decimal): -5157473 or 10440113. OLE color: 10440113.

HSL color Cylindrical-coordinate representation of color #B14D9F: hue angle of 310.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B14D9F is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 77 159 -
CMYK 0 0.56 0.10 0.31
HSL 310.8º 0.39% 0.5% -
HSV(B) 310.8º 0.56% 0.69% -
XYZ 27.04 17.16 34.69 -
YUV 116.25 152.13 171.33 -
System Red Green Blue C M Y K H S L
Decimal 177 77 159 0 0.56 0.10 0.31 310.8 0.39 0.5
Hex B1 4D 9F 0 38 A 1F 137 27 32
Octal 261 115 237 0 70 12 37 467 47 62
Binary 10110001 1001101 10011111 0 111000 1010 11111 100110111 100111 110010

Color Harmonies of #B14D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14D9F

Black with #B14D9F

Text Example


Text Example

White with #B14D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14D9F; }

 p { color: rgb(177,77,159); }

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

background-color css

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

 a { background-color: rgb(177,77,159); }

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

border-color css

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

 span { border-color: rgb(177,77,159); }

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