Html Css Color HEX #B23CA2 Medium Red Violet

📋 copy color: '#B23CA2'

red 178 ◦ green 60 ◦ blue 162

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

Shades of Medium Red Violet #B23CA2

Tints of Medium Red Violet #B23CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.5%

R = 44.5%
G = 15%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B23CA2 (or 0xB23CA2) is known color: Medium Red Violet. HEX triplet: B2, 3C and A2. RGB value is (178,60,162). Sum of RGB (Red+Green+Blue) = 178+60+162=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B23CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23CA2 is #4DC35D. Grayscale: #6A6A6A. Windows color (decimal): -5096286 or 10632370. OLE color: 10632370.

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

Color convert

RGB 178 60 162 -
CMYK 0 0.66 0.09 0.30
HSL 308.14º 0.5% 0.47% -
HSV(B) 308.14º 0.66% 0.7% -
XYZ 26.5 15.31 35.74 -
YUV 106.91 159.09 178.71 -
System Red Green Blue C M Y K H S L
Decimal 178 60 162 0 0.66 0.09 0.30 308.14 0.5 0.47
Hex B2 3C A2 0 42 9 1E 134 32 2F
Octal 262 74 242 0 102 11 36 464 62 57
Binary 10110010 111100 10100010 0 1000010 1001 11110 100110100 110010 101111

Color Harmonies of #B23CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23CA2

Black with #B23CA2

Text Example


Text Example

White with #B23CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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