Html Css Color HEX #B561DF Medium Orchid

📋 copy color: '#B561DF'

red 181 ◦ green 97 ◦ blue 223

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

Shades of Medium Orchid #B561DF

Tints of Medium Orchid #B561DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.36%

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

R = 36.13%
G = 19.36%
B = 44.51%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B561DF (or 0xB561DF) is known color: Medium Orchid. HEX triplet: B5, 61 and DF. RGB value is (181,97,223). Sum of RGB (Red+Green+Blue) = 181+97+223=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #B561DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B561DF is #4A9E20. Grayscale: #888888. Windows color (decimal): -4890145 or 14639541. OLE color: 14639541.

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

Color convert

RGB 181 97 223 -
CMYK 0.19 0.57 0 0.13
HSL 280º 0.66% 0.63% -
HSV(B) 280º 0.57% 0.87% -
XYZ 36.65 23.7 72.46 -
YUV 136.48 176.83 159.75 -
System Red Green Blue C M Y K H S L
Decimal 181 97 223 0.19 0.57 0 0.13 280 0.66 0.63
Hex B5 61 DF 13 39 0 D 118 42 3F
Octal 265 141 337 23 71 0 15 430 102 77
Binary 10110101 1100001 11011111 10011 111001 0 1101 100011000 1000010 111111

Color Harmonies of #B561DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B561DF

Black with #B561DF

Text Example


Text Example

White with #B561DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B561DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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