Html Css Color HEX #B2267B Medium Red Violet

📋 copy color: '#B2267B'

red 178 ◦ green 38 ◦ blue 123

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

Shades of Medium Red Violet #B2267B

Tints of Medium Red Violet #B2267B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.28%

R = 52.51%
G = 11.21%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2267B (or 0xB2267B) is known color: Medium Red Violet. HEX triplet: B2, 26 and 7B. RGB value is (178,38,123). Sum of RGB (Red+Green+Blue) = 178+38+123=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2267B is #4DD984. Grayscale: #595959. Windows color (decimal): -5101957 or 8070834. OLE color: 8070834.

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

Color convert

RGB 178 38 123 -
CMYK 0 0.79 0.31 0.30
HSL 323.57º 0.65% 0.42% -
HSV(B) 323.57º 0.79% 0.7% -
XYZ 22.63 12.28 19.92 -
YUV 89.55 146.88 191.09 -
System Red Green Blue C M Y K H S L
Decimal 178 38 123 0 0.79 0.31 0.30 323.57 0.65 0.42
Hex B2 26 7B 0 4F 1F 1E 144 41 2A
Octal 262 46 173 0 117 37 36 504 101 52
Binary 10110010 100110 1111011 0 1001111 11111 11110 101000100 1000001 101010

Color Harmonies of #B2267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2267B

Black with #B2267B

Text Example


Text Example

White with #B2267B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2267B; }

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

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

background-color css

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

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

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

border-color css

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

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

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