Html Css Color HEX #B7308B Medium Red Violet

📋 copy color: '#B7308B'

red 183 ◦ green 48 ◦ blue 139

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

Shades of Medium Red Violet #B7308B

Tints of Medium Red Violet #B7308B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.57%

R = 49.46%
G = 12.97%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B7308B (or 0xB7308B) is known color: Medium Red Violet. HEX triplet: B7, 30 and 8B. RGB value is (183,48,139). Sum of RGB (Red+Green+Blue) = 183+48+139=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B7308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7308B is #48CF74. Grayscale: #626262. Windows color (decimal): -4771701 or 9121975. OLE color: 9121975.

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

Color convert

RGB 183 48 139 -
CMYK 0 0.74 0.24 0.28
HSL 319.56º 0.58% 0.45% -
HSV(B) 319.56º 0.74% 0.72% -
XYZ 25.25 14.05 25.81 -
YUV 98.74 150.73 188.1 -
System Red Green Blue C M Y K H S L
Decimal 183 48 139 0 0.74 0.24 0.28 319.56 0.58 0.45
Hex B7 30 8B 0 4A 18 1C 140 3A 2D
Octal 267 60 213 0 112 30 34 500 72 55
Binary 10110111 110000 10001011 0 1001010 11000 11100 101000000 111010 101101

Color Harmonies of #B7308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7308B

Black with #B7308B

Text Example


Text Example

White with #B7308B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7308B; }

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

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

background-color css

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

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

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

border-color css

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

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

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