Html Css Color HEX #B93082 Medium Red Violet

📋 copy color: '#B93082'

red 185 ◦ green 48 ◦ blue 130

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

Shades of Medium Red Violet #B93082

Tints of Medium Red Violet #B93082

RGB

 RED value IS 185 (72.66% from 255) = 50.96%

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

 BLUE value IS 130 (51.17% from 255) = 35.81%

R = 50.96%
G = 13.22%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B93082 (or 0xB93082) is known color: Medium Red Violet. HEX triplet: B9, 30 and 82. RGB value is (185,48,130). Sum of RGB (Red+Green+Blue) = 185+48+130=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B93082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93082 is #46CF7D. Grayscale: #626262. Windows color (decimal): -4640638 or 8532153. OLE color: 8532153.

HSL color Cylindrical-coordinate representation of color #B93082: hue angle of 324.09º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93082 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 48 130 -
CMYK 0 0.74 0.30 0.27
HSL 324.09º 0.59% 0.46% -
HSV(B) 324.09º 0.74% 0.73% -
XYZ 25.09 14.04 22.51 -
YUV 98.31 145.89 189.83 -
System Red Green Blue C M Y K H S L
Decimal 185 48 130 0 0.74 0.30 0.27 324.09 0.59 0.46
Hex B9 30 82 0 4A 1E 1B 144 3B 2E
Octal 271 60 202 0 112 36 33 504 73 56
Binary 10111001 110000 10000010 0 1001010 11110 11011 101000100 111011 101110

Color Harmonies of #B93082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93082

Black with #B93082

Text Example


Text Example

White with #B93082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93082; }

 p { color: rgb(185,48,130); }

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

background-color css

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

 a { background-color: rgb(185,48,130); }

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

border-color css

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

 span { border-color: rgb(185,48,130); }

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