Html Css Color HEX #B2308A Medium Red Violet

📋 copy color: '#B2308A'

red 178 ◦ green 48 ◦ blue 138

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

Shades of Medium Red Violet #B2308A

Tints of Medium Red Violet #B2308A

RGB

 RED value IS 178 (69.92% from 255) = 48.9%

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

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

R = 48.9%
G = 13.19%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2308A (or 0xB2308A) is known color: Medium Red Violet. HEX triplet: B2, 30 and 8A. RGB value is (178,48,138). Sum of RGB (Red+Green+Blue) = 178+48+138=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B2308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2308A is #4DCF75. Grayscale: #606060. Windows color (decimal): -5099382 or 9056434. OLE color: 9056434.

HSL color Cylindrical-coordinate representation of color #B2308A: hue angle of 318.46º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2308A is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 48 138 -
CMYK 0 0.73 0.22 0.30
HSL 318.46º 0.58% 0.44% -
HSV(B) 318.46º 0.73% 0.7% -
XYZ 24 13.41 25.37 -
YUV 97.13 151.07 185.68 -
System Red Green Blue C M Y K H S L
Decimal 178 48 138 0 0.73 0.22 0.30 318.46 0.58 0.44
Hex B2 30 8A 0 49 16 1E 13E 3A 2C
Octal 262 60 212 0 111 26 36 476 72 54
Binary 10110010 110000 10001010 0 1001001 10110 11110 100111110 111010 101100

Color Harmonies of #B2308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2308A

Black with #B2308A

Text Example


Text Example

White with #B2308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2308A; }

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

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

background-color css

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

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

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

border-color css

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

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

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