Html Css Color HEX #B30285 Medium Violet Red

📋 copy color: '#B30285'

red 179 ◦ green 2 ◦ blue 133

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

Shades of Medium Violet Red #B30285

Tints of Medium Violet Red #B30285

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 57.01%
G = 0.64%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B30285 (or 0xB30285) is known color: Medium Violet Red. HEX triplet: B3, 02 and 85. RGB value is (179,2,133). Sum of RGB (Red+Green+Blue) = 179+2+133=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B30285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30285 is #4CFD7A. Grayscale: #454545. Windows color (decimal): -5045627 or 8716979. OLE color: 8716979.

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

Color convert

RGB 179 2 133 -
CMYK 0 0.99 0.26 0.30
HSL 315.59º 0.98% 0.35% -
HSV(B) 315.59º 0.99% 0.7% -
XYZ 22.85 11.32 23.17 -
YUV 69.86 163.64 205.85 -
System Red Green Blue C M Y K H S L
Decimal 179 2 133 0 0.99 0.26 0.30 315.59 0.98 0.35
Hex B3 2 85 0 63 1A 1E 13C 62 23
Octal 263 2 205 0 143 32 36 474 142 43
Binary 10110011 10 10000101 0 1100011 11010 11110 100111100 1100010 100011

Color Harmonies of #B30285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30285

Black with #B30285

Text Example


Text Example

White with #B30285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30285; }

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

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

background-color css

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

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

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

border-color css

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

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

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