Html Css Color HEX #B2007C Medium Violet Red

📋 copy color: '#B2007C'

red 178 ◦ green 0 ◦ blue 124

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

Shades of Medium Violet Red #B2007C

Tints of Medium Violet Red #B2007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.94%
G = 0%
B = 41.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2007C (or 0xB2007C) is known color: Medium Violet Red. HEX triplet: B2, 00 and 7C. RGB value is (178,0,124). Sum of RGB (Red+Green+Blue) = 178+0+124=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B2007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2007C is #4DFF83. Grayscale: #434343. Windows color (decimal): -5111684 or 8126642. OLE color: 8126642.

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

Color convert

RGB 178 0 124 -
CMYK 0 1 0.30 0.30
HSL 318.2º 1% 0.35% -
HSV(B) 318.2º 1% 0.7% -
XYZ 22 10.92 20.02 -
YUV 67.36 159.97 206.92 -
System Red Green Blue C M Y K H S L
Decimal 178 0 124 0 1 0.30 0.30 318.2 1 0.35
Hex B2 0 7C 0 64 1E 1E 13E 64 23
Octal 262 0 174 0 144 36 36 476 144 43
Binary 10110010 0 1111100 0 1100100 11110 11110 100111110 1100100 100011

Color Harmonies of #B2007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2007C

Black with #B2007C

Text Example


Text Example

White with #B2007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2007C; }

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

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

background-color css

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

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

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

border-color css

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

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

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