Html Css Color HEX #B2067A Medium Violet Red

📋 copy color: '#B2067A'

red 178 ◦ green 6 ◦ blue 122

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

Shades of Medium Violet Red #B2067A

Tints of Medium Violet Red #B2067A

RGB

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

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

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

R = 58.17%
G = 1.96%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2067A (or 0xB2067A) is known color: Medium Violet Red. HEX triplet: B2, 06 and 7A. RGB value is (178,6,122). Sum of RGB (Red+Green+Blue) = 178+6+122=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B2067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2067A is #4DF985. Grayscale: #464646. Windows color (decimal): -5110150 or 7997106. OLE color: 7997106.

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

Color convert

RGB 178 6 122 -
CMYK 0 0.97 0.31 0.30
HSL 319.53º 0.93% 0.36% -
HSV(B) 319.53º 0.97% 0.7% -
XYZ 21.94 11 19.38 -
YUV 70.65 156.98 204.57 -
System Red Green Blue C M Y K H S L
Decimal 178 6 122 0 0.97 0.31 0.30 319.53 0.93 0.36
Hex B2 6 7A 0 61 1F 1E 140 5D 24
Octal 262 6 172 0 141 37 36 500 135 44
Binary 10110010 110 1111010 0 1100001 11111 11110 101000000 1011101 100100

Color Harmonies of #B2067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2067A

Black with #B2067A

Text Example


Text Example

White with #B2067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2067A; }

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

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

background-color css

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

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

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

border-color css

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

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

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