Html Css Color HEX #B53CDC Medium Orchid

📋 copy color: '#B53CDC'

red 181 ◦ green 60 ◦ blue 220

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

Shades of Medium Orchid #B53CDC

Tints of Medium Orchid #B53CDC

RGB

 RED value IS 181 (71.09% from 255) = 39.26%

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

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 39.26%
G = 13.02%
B = 47.72%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B53CDC (or 0xB53CDC) is known color: Medium Orchid. HEX triplet: B5, 3C and DC. RGB value is (181,60,220). Sum of RGB (Red+Green+Blue) = 181+60+220=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #B53CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53CDC is #4AC323. Grayscale: #717171. Windows color (decimal): -4899620 or 14433461. OLE color: 14433461.

HSL color Cylindrical-coordinate representation of color #B53CDC: hue angle of 285.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53CDC is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 60 220 -
CMYK 0.18 0.73 0 0.14
HSL 285.38º 0.7% 0.55% -
HSV(B) 285.38º 0.73% 0.86% -
XYZ 33.59 18.22 69.46 -
YUV 114.42 187.59 175.49 -
System Red Green Blue C M Y K H S L
Decimal 181 60 220 0.18 0.73 0 0.14 285.38 0.7 0.55
Hex B5 3C DC 12 49 0 E 11D 46 37
Octal 265 74 334 22 111 0 16 435 106 67
Binary 10110101 111100 11011100 10010 1001001 0 1110 100011101 1000110 110111

Color Harmonies of #B53CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53CDC

Black with #B53CDC

Text Example


Text Example

White with #B53CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53CDC; }

 p { color: rgb(181,60,220); }

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

background-color css

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

 a { background-color: rgb(181,60,220); }

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

border-color css

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

 span { border-color: rgb(181,60,220); }

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