Html Css Color HEX #B14D9D Violet Blue

📋 copy color: '#B14D9D'

red 177 ◦ green 77 ◦ blue 157

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

Shades of Violet Blue #B14D9D

Tints of Violet Blue #B14D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.2%

R = 43.07%
G = 18.73%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B14D9D (or 0xB14D9D) is known color: Violet Blue. HEX triplet: B1, 4D and 9D. RGB value is (177,77,157). Sum of RGB (Red+Green+Blue) = 177+77+157=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14D9D is #4EB262. Grayscale: #737373. Windows color (decimal): -5157475 or 10309041. OLE color: 10309041.

HSL color Cylindrical-coordinate representation of color #B14D9D: hue angle of 312º 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 #B14D9D is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 77 157 -
CMYK 0 0.56 0.11 0.31
HSL 312º 0.39% 0.5% -
HSV(B) 312º 0.56% 0.69% -
XYZ 26.87 17.09 33.78 -
YUV 116.02 151.13 171.5 -
System Red Green Blue C M Y K H S L
Decimal 177 77 157 0 0.56 0.11 0.31 312 0.39 0.5
Hex B1 4D 9D 0 38 B 1F 138 27 32
Octal 261 115 235 0 70 13 37 470 47 62
Binary 10110001 1001101 10011101 0 111000 1011 11111 100111000 100111 110010

Color Harmonies of #B14D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14D9D

Black with #B14D9D

Text Example


Text Example

White with #B14D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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