Html Css Color HEX #B53BDC Medium Orchid

📋 copy color: '#B53BDC'

red 181 ◦ green 59 ◦ blue 220

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

Shades of Medium Orchid #B53BDC

Tints of Medium Orchid #B53BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.83%

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

R = 39.35%
G = 12.83%
B = 47.83%

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

#B53BDC (or 0xB53BDC) is known color: Medium Orchid. HEX triplet: B5, 3B and DC. RGB value is (181,59,220). Sum of RGB (Red+Green+Blue) = 181+59+220=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #B53BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53BDC is #4AC423. Grayscale: #717171. Windows color (decimal): -4899876 or 14433205. OLE color: 14433205.

HSL color Cylindrical-coordinate representation of color #B53BDC: hue angle of 285.47º 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 #B53BDC is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 59 220 -
CMYK 0.18 0.73 0 0.14
HSL 285.47º 0.7% 0.55% -
HSV(B) 285.47º 0.73% 0.86% -
XYZ 33.54 18.12 69.44 -
YUV 113.83 187.92 175.91 -
System Red Green Blue C M Y K H S L
Decimal 181 59 220 0.18 0.73 0 0.14 285.47 0.7 0.55
Hex B5 3B DC 12 49 0 E 11D 46 37
Octal 265 73 334 22 111 0 16 435 106 67
Binary 10110101 111011 11011100 10010 1001001 0 1110 100011101 1000110 110111

Color Harmonies of #B53BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53BDC

Black with #B53BDC

Text Example


Text Example

White with #B53BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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