Html Css Color HEX #B23F8F Medium Red Violet

📋 copy color: '#B23F8F'

red 178 ◦ green 63 ◦ blue 143

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

Shades of Medium Red Violet #B23F8F

Tints of Medium Red Violet #B23F8F

RGB

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

 GREEN value IS 63 (25% from 255) = 16.41%

 BLUE value IS 143 (56.25% from 255) = 37.24%

R = 46.35%
G = 16.41%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B23F8F (or 0xB23F8F) is known color: Medium Red Violet. HEX triplet: B2, 3F and 8F. RGB value is (178,63,143). Sum of RGB (Red+Green+Blue) = 178+63+143=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23F8F is #4DC070. Grayscale: #6A6A6A. Windows color (decimal): -5095537 or 9387954. OLE color: 9387954.

HSL color Cylindrical-coordinate representation of color #B23F8F: hue angle of 318.26º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B23F8F is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 63 143 -
CMYK 0 0.65 0.20 0.30
HSL 318.26º 0.48% 0.47% -
HSV(B) 318.26º 0.65% 0.7% -
XYZ 25.1 15 27.56 -
YUV 106.51 148.6 179 -
System Red Green Blue C M Y K H S L
Decimal 178 63 143 0 0.65 0.20 0.30 318.26 0.48 0.47
Hex B2 3F 8F 0 41 14 1E 13E 30 2F
Octal 262 77 217 0 101 24 36 476 60 57
Binary 10110010 111111 10001111 0 1000001 10100 11110 100111110 110000 101111

Color Harmonies of #B23F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23F8F

Black with #B23F8F

Text Example


Text Example

White with #B23F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23F8F; }

 p { color: rgb(178,63,143); }

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

background-color css

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

 a { background-color: rgb(178,63,143); }

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

border-color css

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

 span { border-color: rgb(178,63,143); }

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