Html Css Color HEX #B4307B Medium Red Violet

📋 copy color: '#B4307B'

red 180 ◦ green 48 ◦ blue 123

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

Shades of Medium Red Violet #B4307B

Tints of Medium Red Violet #B4307B

RGB

 RED value IS 180 (70.7% from 255) = 51.28%

 GREEN value IS 48 (19.14% from 255) = 13.68%

 BLUE value IS 123 (48.44% from 255) = 35.04%

R = 51.28%
G = 13.68%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4307B (or 0xB4307B) is known color: Medium Red Violet. HEX triplet: B4, 30 and 7B. RGB value is (180,48,123). Sum of RGB (Red+Green+Blue) = 180+48+123=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B4307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4307B is #4BCF84. Grayscale: #5F5F5F. Windows color (decimal): -4968325 or 8073396. OLE color: 8073396.

HSL color Cylindrical-coordinate representation of color #B4307B: hue angle of 325.91º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B4307B is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 48 123 -
CMYK 0 0.73 0.32 0.29
HSL 325.91º 0.58% 0.45% -
HSV(B) 325.91º 0.73% 0.71% -
XYZ 23.45 13.25 20.06 -
YUV 96.02 143.23 187.9 -
System Red Green Blue C M Y K H S L
Decimal 180 48 123 0 0.73 0.32 0.29 325.91 0.58 0.45
Hex B4 30 7B 0 49 20 1D 146 3A 2D
Octal 264 60 173 0 111 40 35 506 72 55
Binary 10110100 110000 1111011 0 1001001 100000 11101 101000110 111010 101101

Color Harmonies of #B4307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4307B

Black with #B4307B

Text Example


Text Example

White with #B4307B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4307B; }

 p { color: rgb(180,48,123); }

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

background-color css

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

 a { background-color: rgb(180,48,123); }

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

border-color css

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

 span { border-color: rgb(180,48,123); }

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