Html Css Color HEX #B2267D Medium Red Violet

📋 copy color: '#B2267D'

red 178 ◦ green 38 ◦ blue 125

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

Shades of Medium Red Violet #B2267D

Tints of Medium Red Violet #B2267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.14%

 BLUE value IS 125 (49.22% from 255) = 36.66%

R = 52.2%
G = 11.14%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2267D (or 0xB2267D) is known color: Medium Red Violet. HEX triplet: B2, 26 and 7D. RGB value is (178,38,125). Sum of RGB (Red+Green+Blue) = 178+38+125=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2267D is #4DD982. Grayscale: #595959. Windows color (decimal): -5101955 or 8201906. OLE color: 8201906.

HSL color Cylindrical-coordinate representation of color #B2267D: hue angle of 322.71º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2267D is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 38 125 -
CMYK 0 0.79 0.30 0.30
HSL 322.71º 0.65% 0.42% -
HSV(B) 322.71º 0.79% 0.7% -
XYZ 22.75 12.33 20.58 -
YUV 89.78 147.88 190.93 -
System Red Green Blue C M Y K H S L
Decimal 178 38 125 0 0.79 0.30 0.30 322.71 0.65 0.42
Hex B2 26 7D 0 4F 1E 1E 143 41 2A
Octal 262 46 175 0 117 36 36 503 101 52
Binary 10110010 100110 1111101 0 1001111 11110 11110 101000011 1000001 101010

Color Harmonies of #B2267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2267D

Black with #B2267D

Text Example


Text Example

White with #B2267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2267D; }

 p { color: rgb(178,38,125); }

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

background-color css

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

 a { background-color: rgb(178,38,125); }

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

border-color css

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

 span { border-color: rgb(178,38,125); }

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