Html Css Color HEX #B23375 Medium Red Violet

📋 copy color: '#B23375'

red 178 ◦ green 51 ◦ blue 117

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

Shades of Medium Red Violet #B23375

Tints of Medium Red Violet #B23375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.74%

 BLUE value IS 117 (46.09% from 255) = 33.82%

R = 51.45%
G = 14.74%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B23375 (or 0xB23375) is known color: Medium Red Violet. HEX triplet: B2, 33 and 75. RGB value is (178,51,117). Sum of RGB (Red+Green+Blue) = 178+51+117=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B23375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23375 is #4DCC8A. Grayscale: #606060. Windows color (decimal): -5098635 or 7680946. OLE color: 7680946.

HSL color Cylindrical-coordinate representation of color #B23375: hue angle of 328.82º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B23375 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 51 117 -
CMYK 0 0.71 0.34 0.30
HSL 328.82º 0.55% 0.45% -
HSV(B) 328.82º 0.71% 0.7% -
XYZ 22.75 13.12 18.16 -
YUV 96.5 139.58 186.13 -
System Red Green Blue C M Y K H S L
Decimal 178 51 117 0 0.71 0.34 0.30 328.82 0.55 0.45
Hex B2 33 75 0 47 22 1E 149 37 2D
Octal 262 63 165 0 107 42 36 511 67 55
Binary 10110010 110011 1110101 0 1000111 100010 11110 101001001 110111 101101

Color Harmonies of #B23375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23375

Black with #B23375

Text Example


Text Example

White with #B23375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23375; }

 p { color: rgb(178,51,117); }

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

background-color css

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

 a { background-color: rgb(178,51,117); }

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

border-color css

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

 span { border-color: rgb(178,51,117); }

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