Html Css Color HEX #B571CB Medium Orchid

📋 copy color: '#B571CB'

red 181 ◦ green 113 ◦ blue 203

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

Shades of Medium Orchid #B571CB

Tints of Medium Orchid #B571CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.85%

R = 36.42%
G = 22.74%
B = 40.85%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B571CB (or 0xB571CB) is known color: Medium Orchid. HEX triplet: B5, 71 and CB. RGB value is (181,113,203). Sum of RGB (Red+Green+Blue) = 181+113+203=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #B571CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571CB is #4A8E34. Grayscale: #8F8F8F. Windows color (decimal): -4886069 or 13332917. OLE color: 13332917.

HSL color Cylindrical-coordinate representation of color #B571CB: hue angle of 285.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B571CB is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 113 203 -
CMYK 0.11 0.44 0 0.20
HSL 285.33º 0.46% 0.62% -
HSV(B) 285.33º 0.44% 0.8% -
XYZ 35.74 25.95 59.62 -
YUV 143.59 161.53 154.68 -
System Red Green Blue C M Y K H S L
Decimal 181 113 203 0.11 0.44 0 0.20 285.33 0.46 0.62
Hex B5 71 CB B 2C 0 14 11D 2E 3E
Octal 265 161 313 13 54 0 24 435 56 76
Binary 10110101 1110001 11001011 1011 101100 0 10100 100011101 101110 111110

Color Harmonies of #B571CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B571CB

Black with #B571CB

Text Example


Text Example

White with #B571CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B571CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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