Html Css Color HEX #B2397F Medium Red Violet

📋 copy color: '#B2397F'

red 178 ◦ green 57 ◦ blue 127

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

Shades of Medium Red Violet #B2397F

Tints of Medium Red Violet #B2397F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.75%

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

R = 49.17%
G = 15.75%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2397F (or 0xB2397F) is known color: Medium Red Violet. HEX triplet: B2, 39 and 7F. RGB value is (178,57,127). Sum of RGB (Red+Green+Blue) = 178+57+127=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B2397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2397F is #4DC680. Grayscale: #656565. Windows color (decimal): -5097089 or 8337842. OLE color: 8337842.

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

Color convert

RGB 178 57 127 -
CMYK 0 0.68 0.29 0.30
HSL 325.29º 0.51% 0.46% -
HSV(B) 325.29º 0.68% 0.7% -
XYZ 23.65 13.92 21.52 -
YUV 101.16 142.59 182.81 -
System Red Green Blue C M Y K H S L
Decimal 178 57 127 0 0.68 0.29 0.30 325.29 0.51 0.46
Hex B2 39 7F 0 44 1D 1E 145 33 2E
Octal 262 71 177 0 104 35 36 505 63 56
Binary 10110010 111001 1111111 0 1000100 11101 11110 101000101 110011 101110

Color Harmonies of #B2397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2397F

Black with #B2397F

Text Example


Text Example

White with #B2397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2397F; }

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

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

background-color css

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

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

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

border-color css

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

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

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