Html Css Color HEX #B23E7D Medium Red Violet

📋 copy color: '#B23E7D'

red 178 ◦ green 62 ◦ blue 125

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

Shades of Medium Red Violet #B23E7D

Tints of Medium Red Violet #B23E7D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.99%

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

R = 48.77%
G = 16.99%
B = 34.25%

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

#B23E7D (or 0xB23E7D) is known color: Medium Red Violet. HEX triplet: B2, 3E and 7D. RGB value is (178,62,125). Sum of RGB (Red+Green+Blue) = 178+62+125=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23E7D is #4DC182. Grayscale: #676767. Windows color (decimal): -5095811 or 8208050. OLE color: 8208050.

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

Color convert

RGB 178 62 125 -
CMYK 0 0.65 0.30 0.30
HSL 327.41º 0.48% 0.47% -
HSV(B) 327.41º 0.65% 0.7% -
XYZ 23.78 14.39 20.93 -
YUV 103.87 139.93 180.88 -
System Red Green Blue C M Y K H S L
Decimal 178 62 125 0 0.65 0.30 0.30 327.41 0.48 0.47
Hex B2 3E 7D 0 41 1E 1E 147 30 2F
Octal 262 76 175 0 101 36 36 507 60 57
Binary 10110010 111110 1111101 0 1000001 11110 11110 101000111 110000 101111

Color Harmonies of #B23E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23E7D

Black with #B23E7D

Text Example


Text Example

White with #B23E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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