Html Css Color HEX #B14F9E Violet Blue

📋 copy color: '#B14F9E'

red 177 ◦ green 79 ◦ blue 158

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

Shades of Violet Blue #B14F9E

Tints of Violet Blue #B14F9E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.08%

 BLUE value IS 158 (62.11% from 255) = 38.16%

R = 42.75%
G = 19.08%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B14F9E (or 0xB14F9E) is known color: Violet Blue. HEX triplet: B1, 4F and 9E. RGB value is (177,79,158). Sum of RGB (Red+Green+Blue) = 177+79+158=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14F9E is #4EB061. Grayscale: #757575. Windows color (decimal): -5156962 or 10375089. OLE color: 10375089.

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

Color convert

RGB 177 79 158 -
CMYK 0 0.55 0.11 0.31
HSL 311.63º 0.39% 0.5% -
HSV(B) 311.63º 0.55% 0.69% -
XYZ 27.1 17.41 34.28 -
YUV 117.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 177 79 158 0 0.55 0.11 0.31 311.63 0.39 0.5
Hex B1 4F 9E 0 37 B 1F 138 27 32
Octal 261 117 236 0 67 13 37 470 47 62
Binary 10110001 1001111 10011110 0 110111 1011 11111 100111000 100111 110010

Color Harmonies of #B14F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14F9E

Black with #B14F9E

Text Example


Text Example

White with #B14F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14F9E; }

 p { color: rgb(177,79,158); }

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

background-color css

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

 a { background-color: rgb(177,79,158); }

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

border-color css

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

 span { border-color: rgb(177,79,158); }

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