Html Css Color HEX #B0267A Medium Red Violet

📋 copy color: '#B0267A'

red 176 ◦ green 38 ◦ blue 122

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

Shades of Medium Red Violet #B0267A

Tints of Medium Red Violet #B0267A

RGB

 RED value IS 176 (69.14% from 255) = 52.38%

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

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

R = 52.38%
G = 11.31%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B0267A (or 0xB0267A) is known color: Medium Red Violet. HEX triplet: B0, 26 and 7A. RGB value is (176,38,122). Sum of RGB (Red+Green+Blue) = 176+38+122=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0267A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0267A is #4FD985. Grayscale: #585858. Windows color (decimal): -5233030 or 8005296. OLE color: 8005296.

HSL color Cylindrical-coordinate representation of color #B0267A: hue angle of 323.48º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0267A is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 38 122 -
CMYK 0 0.78 0.31 0.31
HSL 323.48º 0.64% 0.42% -
HSV(B) 323.48º 0.78% 0.69% -
XYZ 22.11 12.02 19.57 -
YUV 88.84 146.72 190.17 -
System Red Green Blue C M Y K H S L
Decimal 176 38 122 0 0.78 0.31 0.31 323.48 0.64 0.42
Hex B0 26 7A 0 4E 1F 1F 143 40 2A
Octal 260 46 172 0 116 37 37 503 100 52
Binary 10110000 100110 1111010 0 1001110 11111 11111 101000011 1000000 101010

Color Harmonies of #B0267A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0267A

Black with #B0267A

Text Example


Text Example

White with #B0267A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0267A; }

 p { color: rgb(176,38,122); }

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

background-color css

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

 a { background-color: rgb(176,38,122); }

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

border-color css

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

 span { border-color: rgb(176,38,122); }

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