Html Css Color HEX #B23DA0 Medium Red Violet

📋 copy color: '#B23DA0'

red 178 ◦ green 61 ◦ blue 160

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

Shades of Medium Red Violet #B23DA0

Tints of Medium Red Violet #B23DA0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.29%

 BLUE value IS 160 (62.89% from 255) = 40.1%

R = 44.61%
G = 15.29%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B23DA0 (or 0xB23DA0) is known color: Medium Red Violet. HEX triplet: B2, 3D and A0. RGB value is (178,61,160). Sum of RGB (Red+Green+Blue) = 178+61+160=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B23DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23DA0 is #4DC25F. Grayscale: #6A6A6A. Windows color (decimal): -5096032 or 10501554. OLE color: 10501554.

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

Color convert

RGB 178 61 160 -
CMYK 0 0.66 0.10 0.30
HSL 309.23º 0.49% 0.47% -
HSV(B) 309.23º 0.66% 0.7% -
XYZ 26.37 15.34 34.83 -
YUV 107.27 157.76 178.45 -
System Red Green Blue C M Y K H S L
Decimal 178 61 160 0 0.66 0.10 0.30 309.23 0.49 0.47
Hex B2 3D A0 0 42 A 1E 135 31 2F
Octal 262 75 240 0 102 12 36 465 61 57
Binary 10110010 111101 10100000 0 1000010 1010 11110 100110101 110001 101111

Color Harmonies of #B23DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23DA0

Black with #B23DA0

Text Example


Text Example

White with #B23DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23DA0; }

 p { color: rgb(178,61,160); }

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

background-color css

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

 a { background-color: rgb(178,61,160); }

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

border-color css

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

 span { border-color: rgb(178,61,160); }

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