Html Css Color HEX #B23A82 Medium Red Violet

📋 copy color: '#B23A82'

red 178 ◦ green 58 ◦ blue 130

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

Shades of Medium Red Violet #B23A82

Tints of Medium Red Violet #B23A82

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.85%

 BLUE value IS 130 (51.17% from 255) = 35.52%

R = 48.63%
G = 15.85%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B23A82 (or 0xB23A82) is known color: Medium Red Violet. HEX triplet: B2, 3A and 82. RGB value is (178,58,130). Sum of RGB (Red+Green+Blue) = 178+58+130=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23A82 is #4DC57D. Grayscale: #656565. Windows color (decimal): -5096830 or 8534706. OLE color: 8534706.

HSL color Cylindrical-coordinate representation of color #B23A82: hue angle of 324º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23A82 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 58 130 -
CMYK 0 0.67 0.27 0.30
HSL 324º 0.51% 0.46% -
HSV(B) 324º 0.67% 0.7% -
XYZ 23.9 14.1 22.58 -
YUV 102.09 143.76 182.15 -
System Red Green Blue C M Y K H S L
Decimal 178 58 130 0 0.67 0.27 0.30 324 0.51 0.46
Hex B2 3A 82 0 43 1B 1E 144 33 2E
Octal 262 72 202 0 103 33 36 504 63 56
Binary 10110010 111010 10000010 0 1000011 11011 11110 101000100 110011 101110

Color Harmonies of #B23A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A82

Black with #B23A82

Text Example


Text Example

White with #B23A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A82; }

 p { color: rgb(178,58,130); }

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

background-color css

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

 a { background-color: rgb(178,58,130); }

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

border-color css

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

 span { border-color: rgb(178,58,130); }

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