Html Css Color HEX #B53FDC Medium Orchid

📋 copy color: '#B53FDC'

red 181 ◦ green 63 ◦ blue 220

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

Shades of Medium Orchid #B53FDC

Tints of Medium Orchid #B53FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.58%

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

R = 39.01%
G = 13.58%
B = 47.41%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B53FDC (or 0xB53FDC) is known color: Medium Orchid. HEX triplet: B5, 3F and DC. RGB value is (181,63,220). Sum of RGB (Red+Green+Blue) = 181+63+220=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #B53FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FDC is #4AC023. Grayscale: #737373. Windows color (decimal): -4898852 or 14434229. OLE color: 14434229.

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

Color convert

RGB 181 63 220 -
CMYK 0.18 0.71 0 0.14
HSL 285.1º 0.69% 0.55% -
HSV(B) 285.1º 0.71% 0.86% -
XYZ 33.75 18.55 69.51 -
YUV 116.18 186.59 174.23 -
System Red Green Blue C M Y K H S L
Decimal 181 63 220 0.18 0.71 0 0.14 285.1 0.69 0.55
Hex B5 3F DC 12 47 0 E 11D 45 37
Octal 265 77 334 22 107 0 16 435 105 67
Binary 10110101 111111 11011100 10010 1000111 0 1110 100011101 1000101 110111

Color Harmonies of #B53FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53FDC

Black with #B53FDC

Text Example


Text Example

White with #B53FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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