Html Css Color HEX #B6008F Medium Violet Red

📋 copy color: '#B6008F'

red 182 ◦ green 0 ◦ blue 143

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

Shades of Medium Violet Red #B6008F

Tints of Medium Violet Red #B6008F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44%

R = 56%
G = 0%
B = 44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B6008F (or 0xB6008F) is known color: Medium Violet Red. HEX triplet: B6, 00 and 8F. RGB value is (182,0,143). Sum of RGB (Red+Green+Blue) = 182+0+143=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B6008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6008F is #49FF70. Grayscale: #464646. Windows color (decimal): -4849521 or 9371830. OLE color: 9371830.

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

Color convert

RGB 182 0 143 -
CMYK 0 1 0.21 0.29
HSL 312.86º 1% 0.36% -
HSV(B) 312.86º 1% 0.71% -
XYZ 24.25 11.93 27.01 -
YUV 70.72 168.8 207.37 -
System Red Green Blue C M Y K H S L
Decimal 182 0 143 0 1 0.21 0.29 312.86 1 0.36
Hex B6 0 8F 0 64 15 1D 139 64 24
Octal 266 0 217 0 144 25 35 471 144 44
Binary 10110110 0 10001111 0 1100100 10101 11101 100111001 1100100 100100

Color Harmonies of #B6008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6008F

Black with #B6008F

Text Example


Text Example

White with #B6008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6008F; }

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

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

background-color css

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

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

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

border-color css

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

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

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