Html Css Color HEX #B20385 Medium Violet Red

📋 copy color: '#B20385'

red 178 ◦ green 3 ◦ blue 133

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

Shades of Medium Violet Red #B20385

Tints of Medium Violet Red #B20385

RGB

 RED value IS 178 (69.92% from 255) = 56.69%

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

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

R = 56.69%
G = 0.96%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B20385 (or 0xB20385) is known color: Medium Violet Red. HEX triplet: B2, 03 and 85. RGB value is (178,3,133). Sum of RGB (Red+Green+Blue) = 178+3+133=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B20385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20385 is #4DFC7A. Grayscale: #454545. Windows color (decimal): -5110907 or 8717234. OLE color: 8717234.

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

Color convert

RGB 178 3 133 -
CMYK 0 0.98 0.25 0.30
HSL 315.43º 0.97% 0.35% -
HSV(B) 315.43º 0.98% 0.7% -
XYZ 22.63 11.22 23.16 -
YUV 70.15 163.48 204.93 -
System Red Green Blue C M Y K H S L
Decimal 178 3 133 0 0.98 0.25 0.30 315.43 0.97 0.35
Hex B2 3 85 0 62 19 1E 13B 61 23
Octal 262 3 205 0 142 31 36 473 141 43
Binary 10110010 11 10000101 0 1100010 11001 11110 100111011 1100001 100011

Color Harmonies of #B20385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20385

Black with #B20385

Text Example


Text Example

White with #B20385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20385; }

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

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

background-color css

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

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

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

border-color css

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

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

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