Html Css Color HEX #B571CE Medium Orchid

📋 copy color: '#B571CE'

red 181 ◦ green 113 ◦ blue 206

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

Shades of Medium Orchid #B571CE

Tints of Medium Orchid #B571CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 36.2%
G = 22.6%
B = 41.2%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B571CE (or 0xB571CE) is known color: Medium Orchid. HEX triplet: B5, 71 and CE. RGB value is (181,113,206). Sum of RGB (Red+Green+Blue) = 181+113+206=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #B571CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571CE is #4A8E31. Grayscale: #8F8F8F. Windows color (decimal): -4886066 or 13529525. OLE color: 13529525.

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

Color convert

RGB 181 113 206 -
CMYK 0.12 0.45 0 0.19
HSL 283.87º 0.49% 0.63% -
HSV(B) 283.87º 0.45% 0.81% -
XYZ 36.1 26.09 61.53 -
YUV 143.93 163.03 154.44 -
System Red Green Blue C M Y K H S L
Decimal 181 113 206 0.12 0.45 0 0.19 283.87 0.49 0.63
Hex B5 71 CE C 2D 0 13 11C 31 3F
Octal 265 161 316 14 55 0 23 434 61 77
Binary 10110101 1110001 11001110 1100 101101 0 10011 100011100 110001 111111

Color Harmonies of #B571CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B571CE

Black with #B571CE

Text Example


Text Example

White with #B571CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B571CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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