Html Css Color HEX #B53DDF Medium Orchid

📋 copy color: '#B53DDF'

red 181 ◦ green 61 ◦ blue 223

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

Shades of Medium Orchid #B53DDF

Tints of Medium Orchid #B53DDF

RGB

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

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

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

R = 38.92%
G = 13.12%
B = 47.96%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B53DDF (or 0xB53DDF) is known color: Medium Orchid. HEX triplet: B5, 3D and DF. RGB value is (181,61,223). Sum of RGB (Red+Green+Blue) = 181+61+223=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #B53DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53DDF is #4AC220. Grayscale: #727272. Windows color (decimal): -4899361 or 14630325. OLE color: 14630325.

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

Color convert

RGB 181 61 223 -
CMYK 0.19 0.73 0 0.13
HSL 284.44º 0.72% 0.56% -
HSV(B) 284.44º 0.73% 0.87% -
XYZ 34.04 18.49 71.59 -
YUV 115.35 188.76 174.83 -
System Red Green Blue C M Y K H S L
Decimal 181 61 223 0.19 0.73 0 0.13 284.44 0.72 0.56
Hex B5 3D DF 13 49 0 D 11C 48 38
Octal 265 75 337 23 111 0 15 434 110 70
Binary 10110101 111101 11011111 10011 1001001 0 1101 100011100 1001000 111000

Color Harmonies of #B53DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53DDF

Black with #B53DDF

Text Example


Text Example

White with #B53DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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