Html Css Color HEX #B2007E Medium Violet Red

📋 copy color: '#B2007E'

red 178 ◦ green 0 ◦ blue 126

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

Shades of Medium Violet Red #B2007E

Tints of Medium Violet Red #B2007E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.45%

R = 58.55%
G = 0%
B = 41.45%

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

#B2007E (or 0xB2007E) is known color: Medium Violet Red. HEX triplet: B2, 00 and 7E. RGB value is (178,0,126). Sum of RGB (Red+Green+Blue) = 178+0+126=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B2007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2007E is #4DFF81. Grayscale: #434343. Windows color (decimal): -5111682 or 8257714. OLE color: 8257714.

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

Color convert

RGB 178 0 126 -
CMYK 0 1 0.29 0.30
HSL 317.53º 1% 0.35% -
HSV(B) 317.53º 1% 0.7% -
XYZ 22.13 10.97 20.69 -
YUV 67.59 160.97 206.75 -
System Red Green Blue C M Y K H S L
Decimal 178 0 126 0 1 0.29 0.30 317.53 1 0.35
Hex B2 0 7E 0 64 1D 1E 13E 64 23
Octal 262 0 176 0 144 35 36 476 144 43
Binary 10110010 0 1111110 0 1100100 11101 11110 100111110 1100100 100011

Color Harmonies of #B2007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2007E

Black with #B2007E

Text Example


Text Example

White with #B2007E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2007E; }

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

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

background-color css

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

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

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

border-color css

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

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

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