Html Css Color HEX #B3408F Medium Red Violet

📋 copy color: '#B3408F'

red 179 ◦ green 64 ◦ blue 143

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

Shades of Medium Red Violet #B3408F

Tints of Medium Red Violet #B3408F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.58%

 BLUE value IS 143 (56.25% from 255) = 37.05%

R = 46.37%
G = 16.58%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B3408F (or 0xB3408F) is known color: Medium Red Violet. HEX triplet: B3, 40 and 8F. RGB value is (179,64,143). Sum of RGB (Red+Green+Blue) = 179+64+143=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B3408F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3408F is #4CBF70. Grayscale: #6B6B6B. Windows color (decimal): -5029745 or 9388211. OLE color: 9388211.

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

Color convert

RGB 179 64 143 -
CMYK 0 0.64 0.20 0.30
HSL 318.78º 0.47% 0.48% -
HSV(B) 318.78º 0.64% 0.7% -
XYZ 25.38 15.23 27.59 -
YUV 107.39 148.1 179.08 -
System Red Green Blue C M Y K H S L
Decimal 179 64 143 0 0.64 0.20 0.30 318.78 0.47 0.48
Hex B3 40 8F 0 40 14 1E 13F 2F 30
Octal 263 100 217 0 100 24 36 477 57 60
Binary 10110011 1000000 10001111 0 1000000 10100 11110 100111111 101111 110000

Color Harmonies of #B3408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3408F

Black with #B3408F

Text Example


Text Example

White with #B3408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3408F; }

 p { color: rgb(179,64,143); }

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

background-color css

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

 a { background-color: rgb(179,64,143); }

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

border-color css

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

 span { border-color: rgb(179,64,143); }

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