Html Css Color HEX #B23F7D Medium Red Violet

📋 copy color: '#B23F7D'

red 178 ◦ green 63 ◦ blue 125

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

Shades of Medium Red Violet #B23F7D

Tints of Medium Red Violet #B23F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.15%

R = 48.63%
G = 17.21%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B23F7D (or 0xB23F7D) is known color: Medium Red Violet. HEX triplet: B2, 3F and 7D. RGB value is (178,63,125). Sum of RGB (Red+Green+Blue) = 178+63+125=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23F7D is #4DC082. Grayscale: #686868. Windows color (decimal): -5095555 or 8208306. OLE color: 8208306.

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

Color convert

RGB 178 63 125 -
CMYK 0 0.65 0.30 0.30
HSL 327.65º 0.48% 0.47% -
HSV(B) 327.65º 0.65% 0.7% -
XYZ 23.84 14.5 20.94 -
YUV 104.45 139.6 180.46 -
System Red Green Blue C M Y K H S L
Decimal 178 63 125 0 0.65 0.30 0.30 327.65 0.48 0.47
Hex B2 3F 7D 0 41 1E 1E 148 30 2F
Octal 262 77 175 0 101 36 36 510 60 57
Binary 10110010 111111 1111101 0 1000001 11110 11110 101001000 110000 101111

Color Harmonies of #B23F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23F7D

Black with #B23F7D

Text Example


Text Example

White with #B23F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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