Html Css Color HEX #B2067C Medium Violet Red

📋 copy color: '#B2067C'

red 178 ◦ green 6 ◦ blue 124

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

Shades of Medium Violet Red #B2067C

Tints of Medium Violet Red #B2067C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 57.79%
G = 1.95%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2067C (or 0xB2067C) is known color: Medium Violet Red. HEX triplet: B2, 06 and 7C. RGB value is (178,6,124). Sum of RGB (Red+Green+Blue) = 178+6+124=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B2067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2067C is #4DF983. Grayscale: #464646. Windows color (decimal): -5110148 or 8128178. OLE color: 8128178.

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

Color convert

RGB 178 6 124 -
CMYK 0 0.97 0.30 0.30
HSL 318.84º 0.93% 0.36% -
HSV(B) 318.84º 0.97% 0.7% -
XYZ 22.06 11.05 20.04 -
YUV 70.88 157.98 204.41 -
System Red Green Blue C M Y K H S L
Decimal 178 6 124 0 0.97 0.30 0.30 318.84 0.93 0.36
Hex B2 6 7C 0 61 1E 1E 13F 5D 24
Octal 262 6 174 0 141 36 36 477 135 44
Binary 10110010 110 1111100 0 1100001 11110 11110 100111111 1011101 100100

Color Harmonies of #B2067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2067C

Black with #B2067C

Text Example


Text Example

White with #B2067C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2067C; }

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

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

background-color css

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

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

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

border-color css

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

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

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