Html Css Color HEX #B34283 Medium Red Violet

📋 copy color: '#B34283'

red 179 ◦ green 66 ◦ blue 131

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

Shades of Medium Red Violet #B34283

Tints of Medium Red Violet #B34283

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.55%

 BLUE value IS 131 (51.56% from 255) = 34.84%

R = 47.61%
G = 17.55%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B34283 (or 0xB34283) is known color: Medium Red Violet. HEX triplet: B3, 42 and 83. RGB value is (179,66,131). Sum of RGB (Red+Green+Blue) = 179+66+131=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B34283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34283 is #4CBD7C. Grayscale: #6B6B6B. Windows color (decimal): -5029245 or 8602291. OLE color: 8602291.

HSL color Cylindrical-coordinate representation of color #B34283: hue angle of 325.49º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B34283 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 66 131 -
CMYK 0 0.63 0.27 0.30
HSL 325.49º 0.46% 0.48% -
HSV(B) 325.49º 0.63% 0.7% -
XYZ 24.64 15.12 23.09 -
YUV 107.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 179 66 131 0 0.63 0.27 0.30 325.49 0.46 0.48
Hex B3 42 83 0 3F 1B 1E 145 2E 30
Octal 263 102 203 0 77 33 36 505 56 60
Binary 10110011 1000010 10000011 0 111111 11011 11110 101000101 101110 110000

Color Harmonies of #B34283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34283

Black with #B34283

Text Example


Text Example

White with #B34283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34283; }

 p { color: rgb(179,66,131); }

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

background-color css

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

 a { background-color: rgb(179,66,131); }

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

border-color css

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

 span { border-color: rgb(179,66,131); }

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