Html Css Color HEX #B6007B Medium Violet Red

📋 copy color: '#B6007B'

red 182 ◦ green 0 ◦ blue 123

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

Shades of Medium Violet Red #B6007B

Tints of Medium Violet Red #B6007B

RGB

 RED value IS 182 (71.48% from 255) = 59.67%

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

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

R = 59.67%
G = 0%
B = 40.33%

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

#B6007B (or 0xB6007B) is known color: Medium Violet Red. HEX triplet: B6, 00 and 7B. RGB value is (182,0,123). Sum of RGB (Red+Green+Blue) = 182+0+123=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B6007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6007B is #49FF84. Grayscale: #444444. Windows color (decimal): -4849541 or 8061110. OLE color: 8061110.

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

Color convert

RGB 182 0 123 -
CMYK 0 1 0.32 0.29
HSL 319.45º 1% 0.36% -
HSV(B) 319.45º 1% 0.71% -
XYZ 22.87 11.38 19.73 -
YUV 68.44 158.8 209 -
System Red Green Blue C M Y K H S L
Decimal 182 0 123 0 1 0.32 0.29 319.45 1 0.36
Hex B6 0 7B 0 64 20 1D 13F 64 24
Octal 266 0 173 0 144 40 35 477 144 44
Binary 10110110 0 1111011 0 1100100 100000 11101 100111111 1100100 100100

Color Harmonies of #B6007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6007B

Black with #B6007B

Text Example


Text Example

White with #B6007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6007B; }

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

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

background-color css

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

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

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

border-color css

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

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

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