Html Css Color HEX #B2367F Medium Red Violet

📋 copy color: '#B2367F'

red 178 ◦ green 54 ◦ blue 127

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

Shades of Medium Red Violet #B2367F

Tints of Medium Red Violet #B2367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.04%

 BLUE value IS 127 (50% from 255) = 35.38%

R = 49.58%
G = 15.04%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2367F (or 0xB2367F) is known color: Medium Red Violet. HEX triplet: B2, 36 and 7F. RGB value is (178,54,127). Sum of RGB (Red+Green+Blue) = 178+54+127=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B2367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2367F is #4DC980. Grayscale: #636363. Windows color (decimal): -5097857 or 8337074. OLE color: 8337074.

HSL color Cylindrical-coordinate representation of color #B2367F: hue angle of 324.68º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2367F is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 54 127 -
CMYK 0 0.70 0.29 0.30
HSL 324.68º 0.53% 0.45% -
HSV(B) 324.68º 0.7% 0.7% -
XYZ 23.51 13.64 21.47 -
YUV 99.4 143.58 184.06 -
System Red Green Blue C M Y K H S L
Decimal 178 54 127 0 0.70 0.29 0.30 324.68 0.53 0.45
Hex B2 36 7F 0 46 1D 1E 145 35 2D
Octal 262 66 177 0 106 35 36 505 65 55
Binary 10110010 110110 1111111 0 1000110 11101 11110 101000101 110101 101101

Color Harmonies of #B2367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2367F

Black with #B2367F

Text Example


Text Example

White with #B2367F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2367F; }

 p { color: rgb(178,54,127); }

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

background-color css

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

 a { background-color: rgb(178,54,127); }

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

border-color css

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

 span { border-color: rgb(178,54,127); }

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