Html Css Color HEX #B9007B Medium Violet Red

📋 copy color: '#B9007B'

red 185 ◦ green 0 ◦ blue 123

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

Shades of Medium Violet Red #B9007B

Tints of Medium Violet Red #B9007B

RGB

 RED value IS 185 (72.66% from 255) = 60.06%

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

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

R = 60.06%
G = 0%
B = 39.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9007B (or 0xB9007B) is known color: Medium Violet Red. HEX triplet: B9, 00 and 7B. RGB value is (185,0,123). Sum of RGB (Red+Green+Blue) = 185+0+123=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B9007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9007B is #46FF84. Grayscale: #454545. Windows color (decimal): -4652933 or 8061113. OLE color: 8061113.

HSL color Cylindrical-coordinate representation of color #B9007B: hue angle of 320.11º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B9007B is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 0 123 -
CMYK 0 1 0.34 0.27
HSL 320.11º 1% 0.36% -
HSV(B) 320.11º 1% 0.73% -
XYZ 23.58 11.74 19.76 -
YUV 69.34 158.29 210.5 -
System Red Green Blue C M Y K H S L
Decimal 185 0 123 0 1 0.34 0.27 320.11 1 0.36
Hex B9 0 7B 0 64 22 1B 140 64 24
Octal 271 0 173 0 144 42 33 500 144 44
Binary 10111001 0 1111011 0 1100100 100010 11011 101000000 1100100 100100

Color Harmonies of #B9007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9007B

Black with #B9007B

Text Example


Text Example

White with #B9007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9007B; }

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

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

background-color css

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

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

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

border-color css

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

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

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