Html Css Color HEX #B23385 Medium Red Violet

📋 copy color: '#B23385'

red 178 ◦ green 51 ◦ blue 133

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

Shades of Medium Red Violet #B23385

Tints of Medium Red Violet #B23385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.74%

R = 49.17%
G = 14.09%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B23385 (or 0xB23385) is known color: Medium Red Violet. HEX triplet: B2, 33 and 85. RGB value is (178,51,133). Sum of RGB (Red+Green+Blue) = 178+51+133=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B23385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23385 is #4DCC7A. Grayscale: #626262. Windows color (decimal): -5098619 or 8729522. OLE color: 8729522.

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

Color convert

RGB 178 51 133 -
CMYK 0 0.71 0.25 0.30
HSL 321.26º 0.55% 0.45% -
HSV(B) 321.26º 0.71% 0.7% -
XYZ 23.78 13.53 23.55 -
YUV 98.32 147.58 184.83 -
System Red Green Blue C M Y K H S L
Decimal 178 51 133 0 0.71 0.25 0.30 321.26 0.55 0.45
Hex B2 33 85 0 47 19 1E 141 37 2D
Octal 262 63 205 0 107 31 36 501 67 55
Binary 10110010 110011 10000101 0 1000111 11001 11110 101000001 110111 101101

Color Harmonies of #B23385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23385

Black with #B23385

Text Example


Text Example

White with #B23385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23385; }

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

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

background-color css

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

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

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

border-color css

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

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

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