Html Css Color HEX #B53FDF Medium Orchid

📋 copy color: '#B53FDF'

red 181 ◦ green 63 ◦ blue 223

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

Shades of Medium Orchid #B53FDF

Tints of Medium Orchid #B53FDF

RGB

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

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

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

R = 38.76%
G = 13.49%
B = 47.75%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B53FDF (or 0xB53FDF) is known color: Medium Orchid. HEX triplet: B5, 3F and DF. RGB value is (181,63,223). Sum of RGB (Red+Green+Blue) = 181+63+223=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #B53FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FDF is #4AC020. Grayscale: #747474. Windows color (decimal): -4898849 or 14630837. OLE color: 14630837.

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

Color convert

RGB 181 63 223 -
CMYK 0.19 0.72 0 0.13
HSL 284.25º 0.71% 0.56% -
HSV(B) 284.25º 0.72% 0.87% -
XYZ 34.15 18.71 71.62 -
YUV 116.52 188.09 173.99 -
System Red Green Blue C M Y K H S L
Decimal 181 63 223 0.19 0.72 0 0.13 284.25 0.71 0.56
Hex B5 3F DF 13 48 0 D 11C 47 38
Octal 265 77 337 23 110 0 15 434 107 70
Binary 10110101 111111 11011111 10011 1001000 0 1101 100011100 1000111 111000

Color Harmonies of #B53FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53FDF

Black with #B53FDF

Text Example


Text Example

White with #B53FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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