Html Css Color HEX #B2367A Medium Red Violet

📋 copy color: '#B2367A'

red 178 ◦ green 54 ◦ blue 122

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

Shades of Medium Red Violet #B2367A

Tints of Medium Red Violet #B2367A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.46%

R = 50.28%
G = 15.25%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2367A (or 0xB2367A) is known color: Medium Red Violet. HEX triplet: B2, 36 and 7A. RGB value is (178,54,122). Sum of RGB (Red+Green+Blue) = 178+54+122=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2367A is #4DC985. Grayscale: #626262. Windows color (decimal): -5097862 or 8009394. OLE color: 8009394.

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

Color convert

RGB 178 54 122 -
CMYK 0 0.70 0.31 0.30
HSL 327.1º 0.53% 0.45% -
HSV(B) 327.1º 0.7% 0.7% -
XYZ 23.19 13.51 19.8 -
YUV 98.83 141.08 184.47 -
System Red Green Blue C M Y K H S L
Decimal 178 54 122 0 0.70 0.31 0.30 327.1 0.53 0.45
Hex B2 36 7A 0 46 1F 1E 147 35 2D
Octal 262 66 172 0 106 37 36 507 65 55
Binary 10110010 110110 1111010 0 1000110 11111 11110 101000111 110101 101101

Color Harmonies of #B2367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2367A

Black with #B2367A

Text Example


Text Example

White with #B2367A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2367A; }

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

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

background-color css

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

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

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

border-color css

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

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

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