Html Css Color HEX #B63094 Medium Red Violet

📋 copy color: '#B63094'

red 182 ◦ green 48 ◦ blue 148

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

Shades of Medium Red Violet #B63094

Tints of Medium Red Violet #B63094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.15%

R = 48.15%
G = 12.7%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B63094 (or 0xB63094) is known color: Medium Red Violet. HEX triplet: B6, 30 and 94. RGB value is (182,48,148). Sum of RGB (Red+Green+Blue) = 182+48+148=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B63094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63094 is #49CF6B. Grayscale: #636363. Windows color (decimal): -4837228 or 9711798. OLE color: 9711798.

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

Color convert

RGB 182 48 148 -
CMYK 0 0.74 0.19 0.29
HSL 315.22º 0.58% 0.45% -
HSV(B) 315.22º 0.74% 0.71% -
XYZ 25.69 14.2 29.4 -
YUV 99.47 155.39 186.87 -
System Red Green Blue C M Y K H S L
Decimal 182 48 148 0 0.74 0.19 0.29 315.22 0.58 0.45
Hex B6 30 94 0 4A 13 1D 13B 3A 2D
Octal 266 60 224 0 112 23 35 473 72 55
Binary 10110110 110000 10010100 0 1001010 10011 11101 100111011 111010 101101

Color Harmonies of #B63094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63094

Black with #B63094

Text Example


Text Example

White with #B63094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63094; }

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

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

background-color css

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

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

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

border-color css

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

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

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