Html Css Color HEX #B3007B Medium Violet Red

📋 copy color: '#B3007B'

red 179 ◦ green 0 ◦ blue 123

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

Shades of Medium Violet Red #B3007B

Tints of Medium Violet Red #B3007B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.73%

R = 59.27%
G = 0%
B = 40.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3007B (or 0xB3007B) is known color: Medium Violet Red. HEX triplet: B3, 00 and 7B. RGB value is (179,0,123). Sum of RGB (Red+Green+Blue) = 179+0+123=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B3007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3007B is #4CFF84. Grayscale: #434343. Windows color (decimal): -5046149 or 8061107. OLE color: 8061107.

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

Color convert

RGB 179 0 123 -
CMYK 0 1 0.31 0.30
HSL 318.77º 1% 0.35% -
HSV(B) 318.77º 1% 0.7% -
XYZ 22.17 11.01 19.7 -
YUV 67.54 159.3 207.5 -
System Red Green Blue C M Y K H S L
Decimal 179 0 123 0 1 0.31 0.30 318.77 1 0.35
Hex B3 0 7B 0 64 1F 1E 13F 64 23
Octal 263 0 173 0 144 37 36 477 144 43
Binary 10110011 0 1111011 0 1100100 11111 11110 100111111 1100100 100011

Color Harmonies of #B3007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3007B

Black with #B3007B

Text Example


Text Example

White with #B3007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3007B; }

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

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

background-color css

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

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

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

border-color css

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

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

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