Html Css Color HEX #B2047B Medium Violet Red

📋 copy color: '#B2047B'

red 178 ◦ green 4 ◦ blue 123

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

Shades of Medium Violet Red #B2047B

Tints of Medium Violet Red #B2047B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.31%

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

R = 58.36%
G = 1.31%
B = 40.33%

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

#B2047B (or 0xB2047B) is known color: Medium Violet Red. HEX triplet: B2, 04 and 7B. RGB value is (178,4,123). Sum of RGB (Red+Green+Blue) = 178+4+123=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B2047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2047B is #4DFB84. Grayscale: #454545. Windows color (decimal): -5110661 or 8062130. OLE color: 8062130.

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

Color convert

RGB 178 4 123 -
CMYK 0 0.98 0.31 0.30
HSL 318.97º 0.96% 0.36% -
HSV(B) 318.97º 0.98% 0.7% -
XYZ 21.98 10.98 19.7 -
YUV 69.59 158.15 205.32 -
System Red Green Blue C M Y K H S L
Decimal 178 4 123 0 0.98 0.31 0.30 318.97 0.96 0.36
Hex B2 4 7B 0 62 1F 1E 13F 60 24
Octal 262 4 173 0 142 37 36 477 140 44
Binary 10110010 100 1111011 0 1100010 11111 11110 100111111 1100000 100100

Color Harmonies of #B2047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2047B

Black with #B2047B

Text Example


Text Example

White with #B2047B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2047B; }

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

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

background-color css

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

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

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

border-color css

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

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

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