Html Css Color HEX #B6009B Medium Violet Red

📋 copy color: '#B6009B'

red 182 ◦ green 0 ◦ blue 155

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

Shades of Medium Violet Red #B6009B

Tints of Medium Violet Red #B6009B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.99%

R = 54.01%
G = 0%
B = 45.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6009B (or 0xB6009B) is known color: Medium Violet Red. HEX triplet: B6, 00 and 9B. RGB value is (182,0,155). Sum of RGB (Red+Green+Blue) = 182+0+155=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B6009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6009B is #49FF64. Grayscale: #474747. Windows color (decimal): -4849509 or 10158262. OLE color: 10158262.

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

Color convert

RGB 182 0 155 -
CMYK 0 1 0.15 0.29
HSL 308.9º 1% 0.36% -
HSV(B) 308.9º 1% 0.71% -
XYZ 25.21 12.31 32.06 -
YUV 72.09 174.8 206.4 -
System Red Green Blue C M Y K H S L
Decimal 182 0 155 0 1 0.15 0.29 308.9 1 0.36
Hex B6 0 9B 0 64 F 1D 135 64 24
Octal 266 0 233 0 144 17 35 465 144 44
Binary 10110110 0 10011011 0 1100100 1111 11101 100110101 1100100 100100

Color Harmonies of #B6009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6009B

Black with #B6009B

Text Example


Text Example

White with #B6009B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6009B; }

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

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

background-color css

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

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

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

border-color css

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

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

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