Html Css Color HEX #B6098A Medium Violet Red

📋 copy color: '#B6098A'

red 182 ◦ green 9 ◦ blue 138

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

Shades of Medium Violet Red #B6098A

Tints of Medium Violet Red #B6098A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.74%

 BLUE value IS 138 (54.3% from 255) = 41.95%

R = 55.32%
G = 2.74%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6098A (or 0xB6098A) is known color: Medium Violet Red. HEX triplet: B6, 09 and 8A. RGB value is (182,9,138). Sum of RGB (Red+Green+Blue) = 182+9+138=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B6098A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6098A is #49F675. Grayscale: #4B4B4B. Windows color (decimal): -4847222 or 9046454. OLE color: 9046454.

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

Color convert

RGB 182 9 138 -
CMYK 0 0.95 0.24 0.29
HSL 315.26º 0.91% 0.37% -
HSV(B) 315.26º 0.95% 0.71% -
XYZ 23.98 11.98 25.09 -
YUV 75.43 163.31 204.01 -
System Red Green Blue C M Y K H S L
Decimal 182 9 138 0 0.95 0.24 0.29 315.26 0.91 0.37
Hex B6 9 8A 0 5F 18 1D 13B 5B 25
Octal 266 11 212 0 137 30 35 473 133 45
Binary 10110110 1001 10001010 0 1011111 11000 11101 100111011 1011011 100101

Color Harmonies of #B6098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6098A

Black with #B6098A

Text Example


Text Example

White with #B6098A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6098A; }

 p { color: rgb(182,9,138); }

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

background-color css

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

 a { background-color: rgb(182,9,138); }

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

border-color css

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

 span { border-color: rgb(182,9,138); }

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