Html Css Color HEX #B2327A Medium Red Violet

📋 copy color: '#B2327A'

red 178 ◦ green 50 ◦ blue 122

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

Shades of Medium Red Violet #B2327A

Tints of Medium Red Violet #B2327A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.29%

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

R = 50.86%
G = 14.29%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2327A (or 0xB2327A) is known color: Medium Red Violet. HEX triplet: B2, 32 and 7A. RGB value is (178,50,122). Sum of RGB (Red+Green+Blue) = 178+50+122=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B2327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2327A is #4DCD85. Grayscale: #606060. Windows color (decimal): -5098886 or 8008370. OLE color: 8008370.

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

Color convert

RGB 178 50 122 -
CMYK 0 0.72 0.31 0.30
HSL 326.25º 0.56% 0.45% -
HSV(B) 326.25º 0.72% 0.7% -
XYZ 23.01 13.15 19.74 -
YUV 96.48 142.41 186.15 -
System Red Green Blue C M Y K H S L
Decimal 178 50 122 0 0.72 0.31 0.30 326.25 0.56 0.45
Hex B2 32 7A 0 48 1F 1E 146 38 2D
Octal 262 62 172 0 110 37 36 506 70 55
Binary 10110010 110010 1111010 0 1001000 11111 11110 101000110 111000 101101

Color Harmonies of #B2327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2327A

Black with #B2327A

Text Example


Text Example

White with #B2327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2327A; }

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

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

background-color css

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

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

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

border-color css

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

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

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