Html Css Color HEX #B571DD Medium Orchid

📋 copy color: '#B571DD'

red 181 ◦ green 113 ◦ blue 221

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

Shades of Medium Orchid #B571DD

Tints of Medium Orchid #B571DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.91%

R = 35.15%
G = 21.94%
B = 42.91%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B571DD (or 0xB571DD) is known color: Medium Orchid. HEX triplet: B5, 71 and DD. RGB value is (181,113,221). Sum of RGB (Red+Green+Blue) = 181+113+221=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #B571DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571DD is #4A8E22. Grayscale: #919191. Windows color (decimal): -4886051 or 14512565. OLE color: 14512565.

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

Color convert

RGB 181 113 221 -
CMYK 0.18 0.49 0 0.13
HSL 277.78º 0.61% 0.65% -
HSV(B) 277.78º 0.49% 0.87% -
XYZ 38.01 26.85 71.59 -
YUV 145.64 170.53 153.22 -
System Red Green Blue C M Y K H S L
Decimal 181 113 221 0.18 0.49 0 0.13 277.78 0.61 0.65
Hex B5 71 DD 12 31 0 D 116 3D 41
Octal 265 161 335 22 61 0 15 426 75 101
Binary 10110101 1110001 11011101 10010 110001 0 1101 100010110 111101 1000001

Color Harmonies of #B571DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B571DD

Black with #B571DD

Text Example


Text Example

White with #B571DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B571DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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