Html Css Color HEX #B6018B Medium Violet Red

📋 copy color: '#B6018B'

red 182 ◦ green 1 ◦ blue 139

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

Shades of Medium Violet Red #B6018B

Tints of Medium Violet Red #B6018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 139 (54.69% from 255) = 43.17%

R = 56.52%
G = 0.31%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6018B (or 0xB6018B) is known color: Medium Violet Red. HEX triplet: B6, 01 and 8B. RGB value is (182,1,139). Sum of RGB (Red+Green+Blue) = 182+1+139=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B6018B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6018B is #49FE74. Grayscale: #464646. Windows color (decimal): -4849269 or 9109942. OLE color: 9109942.

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

Color convert

RGB 182 1 139 -
CMYK 0 0.99 0.24 0.29
HSL 314.25º 0.99% 0.36% -
HSV(B) 314.25º 0.99% 0.71% -
XYZ 23.96 11.83 25.45 -
YUV 70.85 166.47 207.28 -
System Red Green Blue C M Y K H S L
Decimal 182 1 139 0 0.99 0.24 0.29 314.25 0.99 0.36
Hex B6 1 8B 0 63 18 1D 13A 63 24
Octal 266 1 213 0 143 30 35 472 143 44
Binary 10110110 1 10001011 0 1100011 11000 11101 100111010 1100011 100100

Color Harmonies of #B6018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6018B

Black with #B6018B

Text Example


Text Example

White with #B6018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6018B; }

 p { color: rgb(182,1,139); }

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

background-color css

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

 a { background-color: rgb(182,1,139); }

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

border-color css

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

 span { border-color: rgb(182,1,139); }

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