Html Css Color HEX #B30385 Medium Violet Red

📋 copy color: '#B30385'

red 179 ◦ green 3 ◦ blue 133

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

Shades of Medium Violet Red #B30385

Tints of Medium Violet Red #B30385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

 BLUE value IS 133 (52.34% from 255) = 42.22%

R = 56.83%
G = 0.95%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B30385 (or 0xB30385) is known color: Medium Violet Red. HEX triplet: B3, 03 and 85. RGB value is (179,3,133). Sum of RGB (Red+Green+Blue) = 179+3+133=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B30385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30385 is #4CFC7A. Grayscale: #464646. Windows color (decimal): -5045371 or 8717235. OLE color: 8717235.

HSL color Cylindrical-coordinate representation of color #B30385: hue angle of 315.68º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B30385 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 3 133 -
CMYK 0 0.98 0.26 0.30
HSL 315.68º 0.97% 0.36% -
HSV(B) 315.68º 0.98% 0.7% -
XYZ 22.86 11.34 23.17 -
YUV 70.44 163.31 205.43 -
System Red Green Blue C M Y K H S L
Decimal 179 3 133 0 0.98 0.26 0.30 315.68 0.97 0.36
Hex B3 3 85 0 62 1A 1E 13C 61 24
Octal 263 3 205 0 142 32 36 474 141 44
Binary 10110011 11 10000101 0 1100010 11010 11110 100111100 1100001 100100

Color Harmonies of #B30385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30385

Black with #B30385

Text Example


Text Example

White with #B30385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30385; }

 p { color: rgb(179,3,133); }

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

background-color css

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

 a { background-color: rgb(179,3,133); }

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

border-color css

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

 span { border-color: rgb(179,3,133); }

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