Html Css Color HEX #B541DF Medium Orchid

📋 copy color: '#B541DF'

red 181 ◦ green 65 ◦ blue 223

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

Shades of Medium Orchid #B541DF

Tints of Medium Orchid #B541DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.86%

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

R = 38.59%
G = 13.86%
B = 47.55%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B541DF (or 0xB541DF) is known color: Medium Orchid. HEX triplet: B5, 41 and DF. RGB value is (181,65,223). Sum of RGB (Red+Green+Blue) = 181+65+223=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #B541DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B541DF is #4ABE20. Grayscale: #757575. Windows color (decimal): -4898337 or 14631349. OLE color: 14631349.

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

Color convert

RGB 181 65 223 -
CMYK 0.19 0.71 0 0.13
HSL 284.05º 0.71% 0.56% -
HSV(B) 284.05º 0.71% 0.87% -
XYZ 34.27 18.93 71.66 -
YUV 117.7 187.43 173.15 -
System Red Green Blue C M Y K H S L
Decimal 181 65 223 0.19 0.71 0 0.13 284.05 0.71 0.56
Hex B5 41 DF 13 47 0 D 11C 47 38
Octal 265 101 337 23 107 0 15 434 107 70
Binary 10110101 1000001 11011111 10011 1000111 0 1101 100011100 1000111 111000

Color Harmonies of #B541DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B541DF

Black with #B541DF

Text Example


Text Example

White with #B541DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B541DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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