Html Css Color HEX #B2007D Medium Violet Red

📋 copy color: '#B2007D'

red 178 ◦ green 0 ◦ blue 125

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

Shades of Medium Violet Red #B2007D

Tints of Medium Violet Red #B2007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.25%

R = 58.75%
G = 0%
B = 41.25%

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

#B2007D (or 0xB2007D) is known color: Medium Violet Red. HEX triplet: B2, 00 and 7D. RGB value is (178,0,125). Sum of RGB (Red+Green+Blue) = 178+0+125=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B2007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2007D is #4DFF82. Grayscale: #434343. Windows color (decimal): -5111683 or 8192178. OLE color: 8192178.

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

Color convert

RGB 178 0 125 -
CMYK 0 1 0.30 0.30
HSL 317.87º 1% 0.35% -
HSV(B) 317.87º 1% 0.7% -
XYZ 22.06 10.95 20.35 -
YUV 67.47 160.47 206.84 -
System Red Green Blue C M Y K H S L
Decimal 178 0 125 0 1 0.30 0.30 317.87 1 0.35
Hex B2 0 7D 0 64 1E 1E 13E 64 23
Octal 262 0 175 0 144 36 36 476 144 43
Binary 10110010 0 1111101 0 1100100 11110 11110 100111110 1100100 100011

Color Harmonies of #B2007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2007D

Black with #B2007D

Text Example


Text Example

White with #B2007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2007D; }

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

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

background-color css

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

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

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

border-color css

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

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

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