Html Css Color HEX #B23B7D Medium Red Violet

📋 copy color: '#B23B7D'

red 178 ◦ green 59 ◦ blue 125

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

Shades of Medium Red Violet #B23B7D

Tints of Medium Red Violet #B23B7D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.3%

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

R = 49.17%
G = 16.3%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B23B7D (or 0xB23B7D) is known color: Medium Red Violet. HEX triplet: B2, 3B and 7D. RGB value is (178,59,125). Sum of RGB (Red+Green+Blue) = 178+59+125=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23B7D is #4DC482. Grayscale: #656565. Windows color (decimal): -5096579 or 8207282. OLE color: 8207282.

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

Color convert

RGB 178 59 125 -
CMYK 0 0.67 0.30 0.30
HSL 326.72º 0.5% 0.46% -
HSV(B) 326.72º 0.67% 0.7% -
XYZ 23.63 14.07 20.87 -
YUV 102.11 140.92 182.13 -
System Red Green Blue C M Y K H S L
Decimal 178 59 125 0 0.67 0.30 0.30 326.72 0.5 0.46
Hex B2 3B 7D 0 43 1E 1E 147 32 2E
Octal 262 73 175 0 103 36 36 507 62 56
Binary 10110010 111011 1111101 0 1000011 11110 11110 101000111 110010 101110

Color Harmonies of #B23B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23B7D

Black with #B23B7D

Text Example


Text Example

White with #B23B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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