Html Css Color HEX #B0067A Medium Violet Red

📋 copy color: '#B0067A'

red 176 ◦ green 6 ◦ blue 122

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

Shades of Medium Violet Red #B0067A

Tints of Medium Violet Red #B0067A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.97%

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

R = 57.89%
G = 1.97%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B0067A (or 0xB0067A) is known color: Medium Violet Red. HEX triplet: B0, 06 and 7A. RGB value is (176,6,122). Sum of RGB (Red+Green+Blue) = 176+6+122=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B0067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0067A is #4FF985. Grayscale: #454545. Windows color (decimal): -5241222 or 7997104. OLE color: 7997104.

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

Color convert

RGB 176 6 122 -
CMYK 0 0.97 0.31 0.31
HSL 319.06º 0.93% 0.36% -
HSV(B) 319.06º 0.97% 0.69% -
XYZ 21.48 10.77 19.36 -
YUV 70.05 157.32 203.57 -
System Red Green Blue C M Y K H S L
Decimal 176 6 122 0 0.97 0.31 0.31 319.06 0.93 0.36
Hex B0 6 7A 0 61 1F 1F 13F 5D 24
Octal 260 6 172 0 141 37 37 477 135 44
Binary 10110000 110 1111010 0 1100001 11111 11111 100111111 1011101 100100

Color Harmonies of #B0067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0067A

Black with #B0067A

Text Example


Text Example

White with #B0067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0067A; }

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

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

background-color css

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

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

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

border-color css

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

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

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