Html Css Color HEX #B5007B Medium Violet Red

📋 copy color: '#B5007B'

red 181 ◦ green 0 ◦ blue 123

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

Shades of Medium Violet Red #B5007B

Tints of Medium Violet Red #B5007B

RGB

 RED value IS 181 (71.09% from 255) = 59.54%

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

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

R = 59.54%
G = 0%
B = 40.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5007B (or 0xB5007B) is known color: Medium Violet Red. HEX triplet: B5, 00 and 7B. RGB value is (181,0,123). Sum of RGB (Red+Green+Blue) = 181+0+123=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B5007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5007B is #4AFF84. Grayscale: #434343. Windows color (decimal): -4915077 or 8061109. OLE color: 8061109.

HSL color Cylindrical-coordinate representation of color #B5007B: hue angle of 319.23º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5007B is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 0 123 -
CMYK 0 1 0.32 0.29
HSL 319.23º 1% 0.35% -
HSV(B) 319.23º 1% 0.71% -
XYZ 22.63 11.25 19.72 -
YUV 68.14 158.97 208.5 -
System Red Green Blue C M Y K H S L
Decimal 181 0 123 0 1 0.32 0.29 319.23 1 0.35
Hex B5 0 7B 0 64 20 1D 13F 64 23
Octal 265 0 173 0 144 40 35 477 144 43
Binary 10110101 0 1111011 0 1100100 100000 11101 100111111 1100100 100011

Color Harmonies of #B5007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5007B

Black with #B5007B

Text Example


Text Example

White with #B5007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5007B; }

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

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

background-color css

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

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

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

border-color css

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

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

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