Html Css Color HEX #B53ADF Medium Orchid

📋 copy color: '#B53ADF'

red 181 ◦ green 58 ◦ blue 223

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

Shades of Medium Orchid #B53ADF

Tints of Medium Orchid #B53ADF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.55%

 BLUE value IS 223 (87.5% from 255) = 48.27%

R = 39.18%
G = 12.55%
B = 48.27%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B53ADF (or 0xB53ADF) is known color: Medium Orchid. HEX triplet: B5, 3A and DF. RGB value is (181,58,223). Sum of RGB (Red+Green+Blue) = 181+58+223=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #B53ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53ADF is #4AC520. Grayscale: #717171. Windows color (decimal): -4900129 or 14629557. OLE color: 14629557.

HSL color Cylindrical-coordinate representation of color #B53ADF: hue angle of 284.73º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B53ADF is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 58 223 -
CMYK 0.19 0.74 0 0.13
HSL 284.73º 0.72% 0.55% -
HSV(B) 284.73º 0.74% 0.87% -
XYZ 33.89 18.18 71.53 -
YUV 113.59 189.75 176.08 -
System Red Green Blue C M Y K H S L
Decimal 181 58 223 0.19 0.74 0 0.13 284.73 0.72 0.55
Hex B5 3A DF 13 4A 0 D 11D 48 37
Octal 265 72 337 23 112 0 15 435 110 67
Binary 10110101 111010 11011111 10011 1001010 0 1101 100011101 1001000 110111

Color Harmonies of #B53ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53ADF

Black with #B53ADF

Text Example


Text Example

White with #B53ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53ADF; }

 p { color: rgb(181,58,223); }

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

background-color css

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

 a { background-color: rgb(181,58,223); }

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

border-color css

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

 span { border-color: rgb(181,58,223); }

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