Html Css Color HEX #B730A0 Medium Red Violet

📋 copy color: '#B730A0'

red 183 ◦ green 48 ◦ blue 160

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

Shades of Medium Red Violet #B730A0

Tints of Medium Red Violet #B730A0

RGB

 RED value IS 183 (71.88% from 255) = 46.8%

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

 BLUE value IS 160 (62.89% from 255) = 40.92%

R = 46.8%
G = 12.28%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B730A0 (or 0xB730A0) is known color: Medium Red Violet. HEX triplet: B7, 30 and A0. RGB value is (183,48,160). Sum of RGB (Red+Green+Blue) = 183+48+160=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B730A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B730A0 is #48CF5F. Grayscale: #646464. Windows color (decimal): -4771680 or 10498231. OLE color: 10498231.

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

Color convert

RGB 183 48 160 -
CMYK 0 0.74 0.13 0.28
HSL 310.22º 0.58% 0.45% -
HSV(B) 310.22º 0.74% 0.72% -
XYZ 26.93 14.72 34.68 -
YUV 101.13 161.23 186.39 -
System Red Green Blue C M Y K H S L
Decimal 183 48 160 0 0.74 0.13 0.28 310.22 0.58 0.45
Hex B7 30 A0 0 4A D 1C 136 3A 2D
Octal 267 60 240 0 112 15 34 466 72 55
Binary 10110111 110000 10100000 0 1001010 1101 11100 100110110 111010 101101

Color Harmonies of #B730A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B730A0

Black with #B730A0

Text Example


Text Example

White with #B730A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B730A0; }

 p { color: rgb(183,48,160); }

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

background-color css

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

 a { background-color: rgb(183,48,160); }

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

border-color css

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

 span { border-color: rgb(183,48,160); }

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