Html Css Color HEX #B3009B Medium Violet Red

📋 copy color: '#B3009B'

red 179 ◦ green 0 ◦ blue 155

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

Shades of Medium Violet Red #B3009B

Tints of Medium Violet Red #B3009B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.41%

R = 53.59%
G = 0%
B = 46.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B3009B (or 0xB3009B) is known color: Medium Violet Red. HEX triplet: B3, 00 and 9B. RGB value is (179,0,155). Sum of RGB (Red+Green+Blue) = 179+0+155=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B3009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3009B is #4CFF64. Grayscale: #464646. Windows color (decimal): -5046117 or 10158259. OLE color: 10158259.

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

Color convert

RGB 179 0 155 -
CMYK 0 1 0.13 0.30
HSL 308.04º 1% 0.35% -
HSV(B) 308.04º 1% 0.7% -
XYZ 24.51 11.95 32.03 -
YUV 71.19 175.3 204.9 -
System Red Green Blue C M Y K H S L
Decimal 179 0 155 0 1 0.13 0.30 308.04 1 0.35
Hex B3 0 9B 0 64 D 1E 134 64 23
Octal 263 0 233 0 144 15 36 464 144 43
Binary 10110011 0 10011011 0 1100100 1101 11110 100110100 1100100 100011

Color Harmonies of #B3009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3009B

Black with #B3009B

Text Example


Text Example

White with #B3009B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3009B; }

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

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

background-color css

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

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

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

border-color css

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

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

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