Html Css Color HEX #B571DF Medium Orchid

📋 copy color: '#B571DF'

red 181 ◦ green 113 ◦ blue 223

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

Shades of Medium Orchid #B571DF

Tints of Medium Orchid #B571DF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.86%

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

R = 35.01%
G = 21.86%
B = 43.13%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B571DF (or 0xB571DF) is known color: Medium Orchid. HEX triplet: B5, 71 and DF. RGB value is (181,113,223). Sum of RGB (Red+Green+Blue) = 181+113+223=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #B571DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571DF is #4A8E20. Grayscale: #919191. Windows color (decimal): -4886049 or 14643637. OLE color: 14643637.

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

Color convert

RGB 181 113 223 -
CMYK 0.19 0.49 0 0.13
HSL 277.09º 0.63% 0.66% -
HSV(B) 277.09º 0.49% 0.87% -
XYZ 38.28 26.96 73 -
YUV 145.87 171.53 153.06 -
System Red Green Blue C M Y K H S L
Decimal 181 113 223 0.19 0.49 0 0.13 277.09 0.63 0.66
Hex B5 71 DF 13 31 0 D 115 3F 42
Octal 265 161 337 23 61 0 15 425 77 102
Binary 10110101 1110001 11011111 10011 110001 0 1101 100010101 111111 1000010

Color Harmonies of #B571DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B571DF

Black with #B571DF

Text Example


Text Example

White with #B571DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B571DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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