Html Css Color HEX #B2297E Medium Red Violet

📋 copy color: '#B2297E'

red 178 ◦ green 41 ◦ blue 126

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

Shades of Medium Red Violet #B2297E

Tints of Medium Red Violet #B2297E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.88%

 BLUE value IS 126 (49.61% from 255) = 36.52%

R = 51.59%
G = 11.88%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2297E (or 0xB2297E) is known color: Medium Red Violet. HEX triplet: B2, 29 and 7E. RGB value is (178,41,126). Sum of RGB (Red+Green+Blue) = 178+41+126=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B2297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2297E is #4DD681. Grayscale: #5B5B5B. Windows color (decimal): -5101186 or 8268210. OLE color: 8268210.

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

Color convert

RGB 178 41 126 -
CMYK 0 0.77 0.29 0.30
HSL 322.77º 0.63% 0.43% -
HSV(B) 322.77º 0.77% 0.7% -
XYZ 22.92 12.56 20.95 -
YUV 91.65 147.39 189.59 -
System Red Green Blue C M Y K H S L
Decimal 178 41 126 0 0.77 0.29 0.30 322.77 0.63 0.43
Hex B2 29 7E 0 4D 1D 1E 143 3F 2B
Octal 262 51 176 0 115 35 36 503 77 53
Binary 10110010 101001 1111110 0 1001101 11101 11110 101000011 111111 101011

Color Harmonies of #B2297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2297E

Black with #B2297E

Text Example


Text Example

White with #B2297E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2297E; }

 p { color: rgb(178,41,126); }

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

background-color css

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

 a { background-color: rgb(178,41,126); }

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

border-color css

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

 span { border-color: rgb(178,41,126); }

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