Html Css Color HEX #B8308A Medium Red Violet

📋 copy color: '#B8308A'

red 184 ◦ green 48 ◦ blue 138

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

Shades of Medium Red Violet #B8308A

Tints of Medium Red Violet #B8308A

RGB

 RED value IS 184 (72.27% from 255) = 49.73%

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

 BLUE value IS 138 (54.3% from 255) = 37.3%

R = 49.73%
G = 12.97%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B8308A (or 0xB8308A) is known color: Medium Red Violet. HEX triplet: B8, 30 and 8A. RGB value is (184,48,138). Sum of RGB (Red+Green+Blue) = 184+48+138=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B8308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8308A is #47CF75. Grayscale: #626262. Windows color (decimal): -4706166 or 9056440. OLE color: 9056440.

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

Color convert

RGB 184 48 138 -
CMYK 0 0.74 0.25 0.28
HSL 320.29º 0.59% 0.45% -
HSV(B) 320.29º 0.74% 0.72% -
XYZ 25.41 14.14 25.43 -
YUV 98.92 150.06 188.68 -
System Red Green Blue C M Y K H S L
Decimal 184 48 138 0 0.74 0.25 0.28 320.29 0.59 0.45
Hex B8 30 8A 0 4A 19 1C 140 3B 2D
Octal 270 60 212 0 112 31 34 500 73 55
Binary 10111000 110000 10001010 0 1001010 11001 11100 101000000 111011 101101

Color Harmonies of #B8308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8308A

Black with #B8308A

Text Example


Text Example

White with #B8308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8308A; }

 p { color: rgb(184,48,138); }

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

background-color css

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

 a { background-color: rgb(184,48,138); }

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

border-color css

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

 span { border-color: rgb(184,48,138); }

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