Html Css Color HEX #B571D7 Medium Orchid

📋 copy color: '#B571D7'

red 181 ◦ green 113 ◦ blue 215

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

Shades of Medium Orchid #B571D7

Tints of Medium Orchid #B571D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.24%

R = 35.56%
G = 22.2%
B = 42.24%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B571D7 (or 0xB571D7) is known color: Medium Orchid. HEX triplet: B5, 71 and D7. RGB value is (181,113,215). Sum of RGB (Red+Green+Blue) = 181+113+215=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #B571D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571D7 is #4A8E28. Grayscale: #909090. Windows color (decimal): -4886057 or 14119349. OLE color: 14119349.

HSL color Cylindrical-coordinate representation of color #B571D7: hue angle of 280º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B571D7 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 113 215 -
CMYK 0.16 0.47 0 0.16
HSL 280º 0.56% 0.64% -
HSV(B) 280º 0.47% 0.84% -
XYZ 37.23 26.54 67.45 -
YUV 144.96 167.53 153.71 -
System Red Green Blue C M Y K H S L
Decimal 181 113 215 0.16 0.47 0 0.16 280 0.56 0.64
Hex B5 71 D7 10 2F 0 10 118 38 40
Octal 265 161 327 20 57 0 20 430 70 100
Binary 10110101 1110001 11010111 10000 101111 0 10000 100011000 111000 1000000

Color Harmonies of #B571D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B571D7

Black with #B571D7

Text Example


Text Example

White with #B571D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B571D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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