Html Css Color HEX #B571DC Medium Orchid

📋 copy color: '#B571DC'

red 181 ◦ green 113 ◦ blue 220

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

Shades of Medium Orchid #B571DC

Tints of Medium Orchid #B571DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.8%

R = 35.21%
G = 21.98%
B = 42.8%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B571DC (or 0xB571DC) is known color: Medium Orchid. HEX triplet: B5, 71 and DC. RGB value is (181,113,220). Sum of RGB (Red+Green+Blue) = 181+113+220=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #B571DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571DC is #4A8E23. Grayscale: #919191. Windows color (decimal): -4886052 or 14447029. OLE color: 14447029.

HSL color Cylindrical-coordinate representation of color #B571DC: hue angle of 278.13º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B571DC is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 113 220 -
CMYK 0.18 0.49 0 0.14
HSL 278.13º 0.6% 0.65% -
HSV(B) 278.13º 0.49% 0.86% -
XYZ 37.88 26.8 70.89 -
YUV 145.53 170.03 153.3 -
System Red Green Blue C M Y K H S L
Decimal 181 113 220 0.18 0.49 0 0.14 278.13 0.6 0.65
Hex B5 71 DC 12 31 0 E 116 3C 41
Octal 265 161 334 22 61 0 16 426 74 101
Binary 10110101 1110001 11011100 10010 110001 0 1110 100010110 111100 1000001

Color Harmonies of #B571DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B571DC

Black with #B571DC

Text Example


Text Example

White with #B571DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B571DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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