Html Css Color HEX #B23A8B Medium Red Violet

📋 copy color: '#B23A8B'

red 178 ◦ green 58 ◦ blue 139

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

Shades of Medium Red Violet #B23A8B

Tints of Medium Red Violet #B23A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 47.47%
G = 15.47%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B23A8B (or 0xB23A8B) is known color: Medium Red Violet. HEX triplet: B2, 3A and 8B. RGB value is (178,58,139). Sum of RGB (Red+Green+Blue) = 178+58+139=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23A8B is #4DC574. Grayscale: #666666. Windows color (decimal): -5096821 or 9124530. OLE color: 9124530.

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

Color convert

RGB 178 58 139 -
CMYK 0 0.67 0.22 0.30
HSL 319.5º 0.51% 0.46% -
HSV(B) 319.5º 0.67% 0.7% -
XYZ 24.53 14.36 25.9 -
YUV 103.11 148.26 181.41 -
System Red Green Blue C M Y K H S L
Decimal 178 58 139 0 0.67 0.22 0.30 319.5 0.51 0.46
Hex B2 3A 8B 0 43 16 1E 140 33 2E
Octal 262 72 213 0 103 26 36 500 63 56
Binary 10110010 111010 10001011 0 1000011 10110 11110 101000000 110011 101110

Color Harmonies of #B23A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A8B

Black with #B23A8B

Text Example


Text Example

White with #B23A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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