Html Css Color HEX #B2308E Medium Red Violet

📋 copy color: '#B2308E'

red 178 ◦ green 48 ◦ blue 142

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

Shades of Medium Red Violet #B2308E

Tints of Medium Red Violet #B2308E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.59%

R = 48.37%
G = 13.04%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2308E (or 0xB2308E) is known color: Medium Red Violet. HEX triplet: B2, 30 and 8E. RGB value is (178,48,142). Sum of RGB (Red+Green+Blue) = 178+48+142=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2308E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2308E is #4DCF71. Grayscale: #616161. Windows color (decimal): -5099378 or 9318578. OLE color: 9318578.

HSL color Cylindrical-coordinate representation of color #B2308E: hue angle of 316.62º 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 #B2308E is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 48 142 -
CMYK 0 0.73 0.20 0.30
HSL 316.62º 0.58% 0.44% -
HSV(B) 316.62º 0.73% 0.7% -
XYZ 24.3 13.53 26.92 -
YUV 97.59 153.07 185.36 -
System Red Green Blue C M Y K H S L
Decimal 178 48 142 0 0.73 0.20 0.30 316.62 0.58 0.44
Hex B2 30 8E 0 49 14 1E 13D 3A 2C
Octal 262 60 216 0 111 24 36 475 72 54
Binary 10110010 110000 10001110 0 1001001 10100 11110 100111101 111010 101100

Color Harmonies of #B2308E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2308E

Black with #B2308E

Text Example


Text Example

White with #B2308E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2308E; }

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

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

background-color css

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

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

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

border-color css

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

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

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