Html Css Color HEX #B6307B Medium Red Violet

📋 copy color: '#B6307B'

red 182 ◦ green 48 ◦ blue 123

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

Shades of Medium Red Violet #B6307B

Tints of Medium Red Violet #B6307B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.6%

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

R = 51.56%
G = 13.6%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6307B (or 0xB6307B) is known color: Medium Red Violet. HEX triplet: B6, 30 and 7B. RGB value is (182,48,123). Sum of RGB (Red+Green+Blue) = 182+48+123=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B6307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6307B is #49CF84. Grayscale: #606060. Windows color (decimal): -4837253 or 8073398. OLE color: 8073398.

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

Color convert

RGB 182 48 123 -
CMYK 0 0.74 0.32 0.29
HSL 326.42º 0.58% 0.45% -
HSV(B) 326.42º 0.74% 0.71% -
XYZ 23.92 13.49 20.08 -
YUV 96.62 142.89 188.9 -
System Red Green Blue C M Y K H S L
Decimal 182 48 123 0 0.74 0.32 0.29 326.42 0.58 0.45
Hex B6 30 7B 0 4A 20 1D 146 3A 2D
Octal 266 60 173 0 112 40 35 506 72 55
Binary 10110110 110000 1111011 0 1001010 100000 11101 101000110 111010 101101

Color Harmonies of #B6307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6307B

Black with #B6307B

Text Example


Text Example

White with #B6307B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6307B; }

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

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

background-color css

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

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

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

border-color css

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

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

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