Html Css Color HEX #B23083 Medium Red Violet

📋 copy color: '#B23083'

red 178 ◦ green 48 ◦ blue 131

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

Shades of Medium Red Violet #B23083

Tints of Medium Red Violet #B23083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.69%

R = 49.86%
G = 13.45%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B23083 (or 0xB23083) is known color: Medium Red Violet. HEX triplet: B2, 30 and 83. RGB value is (178,48,131). Sum of RGB (Red+Green+Blue) = 178+48+131=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B23083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23083 is #4DCF7C. Grayscale: #606060. Windows color (decimal): -5099389 or 8597682. OLE color: 8597682.

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

Color convert

RGB 178 48 131 -
CMYK 0 0.73 0.26 0.30
HSL 321.69º 0.58% 0.44% -
HSV(B) 321.69º 0.73% 0.7% -
XYZ 23.51 13.22 22.78 -
YUV 96.33 147.57 186.25 -
System Red Green Blue C M Y K H S L
Decimal 178 48 131 0 0.73 0.26 0.30 321.69 0.58 0.44
Hex B2 30 83 0 49 1A 1E 142 3A 2C
Octal 262 60 203 0 111 32 36 502 72 54
Binary 10110010 110000 10000011 0 1001001 11010 11110 101000010 111010 101100

Color Harmonies of #B23083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23083

Black with #B23083

Text Example


Text Example

White with #B23083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23083; }

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

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

background-color css

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

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

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

border-color css

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

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

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