Html Css Color HEX #B3007A Medium Violet Red

📋 copy color: '#B3007A'

red 179 ◦ green 0 ◦ blue 122

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

Shades of Medium Violet Red #B3007A

Tints of Medium Violet Red #B3007A

RGB

 RED value IS 179 (70.31% from 255) = 59.47%

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

 BLUE value IS 122 (48.05% from 255) = 40.53%

R = 59.47%
G = 0%
B = 40.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B3007A (or 0xB3007A) is known color: Medium Violet Red. HEX triplet: B3, 00 and 7A. RGB value is (179,0,122). Sum of RGB (Red+Green+Blue) = 179+0+122=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B3007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3007A is #4CFF85. Grayscale: #434343. Windows color (decimal): -5046150 or 7995571. OLE color: 7995571.

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

Color convert

RGB 179 0 122 -
CMYK 0 1 0.32 0.30
HSL 319.11º 1% 0.35% -
HSV(B) 319.11º 1% 0.7% -
XYZ 22.1 10.99 19.37 -
YUV 67.43 158.8 207.58 -
System Red Green Blue C M Y K H S L
Decimal 179 0 122 0 1 0.32 0.30 319.11 1 0.35
Hex B3 0 7A 0 64 20 1E 13F 64 23
Octal 263 0 172 0 144 40 36 477 144 43
Binary 10110011 0 1111010 0 1100100 100000 11110 100111111 1100100 100011

Color Harmonies of #B3007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3007A

Black with #B3007A

Text Example


Text Example

White with #B3007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3007A; }

 p { color: rgb(179,0,122); }

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

background-color css

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

 a { background-color: rgb(179,0,122); }

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

border-color css

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

 span { border-color: rgb(179,0,122); }

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