Html Css Color HEX #B2037B Medium Violet Red

📋 copy color: '#B2037B'

red 178 ◦ green 3 ◦ blue 123

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

Shades of Medium Violet Red #B2037B

Tints of Medium Violet Red #B2037B

RGB

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

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

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

R = 58.55%
G = 0.99%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2037B (or 0xB2037B) is known color: Medium Violet Red. HEX triplet: B2, 03 and 7B. RGB value is (178,3,123). Sum of RGB (Red+Green+Blue) = 178+3+123=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B2037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2037B is #4DFC84. Grayscale: #444444. Windows color (decimal): -5110917 or 8061874. OLE color: 8061874.

HSL color Cylindrical-coordinate representation of color #B2037B: hue angle of 318.86º 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 #B2037B is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 3 123 -
CMYK 0 0.98 0.31 0.30
HSL 318.86º 0.97% 0.35% -
HSV(B) 318.86º 0.98% 0.7% -
XYZ 21.97 10.96 19.7 -
YUV 69.01 158.48 205.74 -
System Red Green Blue C M Y K H S L
Decimal 178 3 123 0 0.98 0.31 0.30 318.86 0.97 0.35
Hex B2 3 7B 0 62 1F 1E 13F 61 23
Octal 262 3 173 0 142 37 36 477 141 43
Binary 10110010 11 1111011 0 1100010 11111 11110 100111111 1100001 100011

Color Harmonies of #B2037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2037B

Black with #B2037B

Text Example


Text Example

White with #B2037B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2037B; }

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

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

background-color css

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

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

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

border-color css

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

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

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