Html Css Color HEX #B2007F Medium Violet Red

📋 copy color: '#B2007F'

red 178 ◦ green 0 ◦ blue 127

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

Shades of Medium Violet Red #B2007F

Tints of Medium Violet Red #B2007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.64%

R = 58.36%
G = 0%
B = 41.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2007F (or 0xB2007F) is known color: Medium Violet Red. HEX triplet: B2, 00 and 7F. RGB value is (178,0,127). Sum of RGB (Red+Green+Blue) = 178+0+127=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B2007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2007F is #4DFF80. Grayscale: #434343. Windows color (decimal): -5111681 or 8323250. OLE color: 8323250.

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

Color convert

RGB 178 0 127 -
CMYK 0 1 0.29 0.30
HSL 317.19º 1% 0.35% -
HSV(B) 317.19º 1% 0.7% -
XYZ 22.19 11 21.03 -
YUV 67.7 161.47 206.67 -
System Red Green Blue C M Y K H S L
Decimal 178 0 127 0 1 0.29 0.30 317.19 1 0.35
Hex B2 0 7F 0 64 1D 1E 13D 64 23
Octal 262 0 177 0 144 35 36 475 144 43
Binary 10110010 0 1111111 0 1100100 11101 11110 100111101 1100100 100011

Color Harmonies of #B2007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2007F

Black with #B2007F

Text Example


Text Example

White with #B2007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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