Html Css Color HEX #B23482 Medium Red Violet

📋 copy color: '#B23482'

red 178 ◦ green 52 ◦ blue 130

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

Shades of Medium Red Violet #B23482

Tints of Medium Red Violet #B23482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.44%

 BLUE value IS 130 (51.17% from 255) = 36.11%

R = 49.44%
G = 14.44%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B23482 (or 0xB23482) is known color: Medium Red Violet. HEX triplet: B2, 34 and 82. RGB value is (178,52,130). Sum of RGB (Red+Green+Blue) = 178+52+130=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B23482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23482 is #4DCB7D. Grayscale: #626262. Windows color (decimal): -5098366 or 8533170. OLE color: 8533170.

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

Color convert

RGB 178 52 130 -
CMYK 0 0.71 0.27 0.30
HSL 322.86º 0.55% 0.45% -
HSV(B) 322.86º 0.71% 0.7% -
XYZ 23.62 13.53 22.49 -
YUV 98.57 145.74 184.66 -
System Red Green Blue C M Y K H S L
Decimal 178 52 130 0 0.71 0.27 0.30 322.86 0.55 0.45
Hex B2 34 82 0 47 1B 1E 143 37 2D
Octal 262 64 202 0 107 33 36 503 67 55
Binary 10110010 110100 10000010 0 1000111 11011 11110 101000011 110111 101101

Color Harmonies of #B23482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23482

Black with #B23482

Text Example


Text Example

White with #B23482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23482; }

 p { color: rgb(178,52,130); }

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

background-color css

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

 a { background-color: rgb(178,52,130); }

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

border-color css

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

 span { border-color: rgb(178,52,130); }

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