Html Css Color HEX #B23CA3 Medium Red Violet

📋 copy color: '#B23CA3'

red 178 ◦ green 60 ◦ blue 163

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

Shades of Medium Red Violet #B23CA3

Tints of Medium Red Violet #B23CA3

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.96%

 BLUE value IS 163 (64.06% from 255) = 40.65%

R = 44.39%
G = 14.96%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B23CA3 (or 0xB23CA3) is known color: Medium Red Violet. HEX triplet: B2, 3C and A3. RGB value is (178,60,163). Sum of RGB (Red+Green+Blue) = 178+60+163=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 163 (64.06% from 255 or 40.65% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B23CA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23CA3 is #4DC35C. Grayscale: #6A6A6A. Windows color (decimal): -5096285 or 10697906. OLE color: 10697906.

HSL color Cylindrical-coordinate representation of color #B23CA3: hue angle of 307.63º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23CA3 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 60 163 -
CMYK 0 0.66 0.08 0.30
HSL 307.63º 0.5% 0.47% -
HSV(B) 307.63º 0.66% 0.7% -
XYZ 26.59 15.34 36.21 -
YUV 107.02 159.59 178.62 -
System Red Green Blue C M Y K H S L
Decimal 178 60 163 0 0.66 0.08 0.30 307.63 0.5 0.47
Hex B2 3C A3 0 42 8 1E 134 32 2F
Octal 262 74 243 0 102 10 36 464 62 57
Binary 10110010 111100 10100011 0 1000010 1000 11110 100110100 110010 101111

Color Harmonies of #B23CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23CA3

Black with #B23CA3

Text Example


Text Example

White with #B23CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23CA3; }

 p { color: rgb(178,60,163); }

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

background-color css

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

 a { background-color: rgb(178,60,163); }

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

border-color css

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

 span { border-color: rgb(178,60,163); }

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