Html Css Color HEX #B34C9F Violet Blue

📋 copy color: '#B34C9F'

red 179 ◦ green 76 ◦ blue 159

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

Shades of Violet Blue #B34C9F

Tints of Violet Blue #B34C9F

RGB

 RED value IS 179 (70.31% from 255) = 43.24%

 GREEN value IS 76 (30.08% from 255) = 18.36%

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

R = 43.24%
G = 18.36%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B34C9F (or 0xB34C9F) is known color: Violet Blue. HEX triplet: B3, 4C and 9F. RGB value is (179,76,159). Sum of RGB (Red+Green+Blue) = 179+76+159=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34C9F is #4CB360. Grayscale: #747474. Windows color (decimal): -5026657 or 10439859. OLE color: 10439859.

HSL color Cylindrical-coordinate representation of color #B34C9F: hue angle of 311.65º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B34C9F is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 76 159 -
CMYK 0 0.58 0.11 0.30
HSL 311.65º 0.4% 0.5% -
HSV(B) 311.65º 0.58% 0.7% -
XYZ 27.43 17.26 34.69 -
YUV 116.26 152.12 172.75 -
System Red Green Blue C M Y K H S L
Decimal 179 76 159 0 0.58 0.11 0.30 311.65 0.4 0.5
Hex B3 4C 9F 0 3A B 1E 138 28 32
Octal 263 114 237 0 72 13 36 470 50 62
Binary 10110011 1001100 10011111 0 111010 1011 11110 100111000 101000 110010

Color Harmonies of #B34C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34C9F

Black with #B34C9F

Text Example


Text Example

White with #B34C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34C9F; }

 p { color: rgb(179,76,159); }

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

background-color css

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

 a { background-color: rgb(179,76,159); }

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

border-color css

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

 span { border-color: rgb(179,76,159); }

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