Html Css Color HEX #B547DC Medium Orchid

📋 copy color: '#B547DC'

red 181 ◦ green 71 ◦ blue 220

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

Shades of Medium Orchid #B547DC

Tints of Medium Orchid #B547DC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.04%

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

R = 38.35%
G = 15.04%
B = 46.61%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B547DC (or 0xB547DC) is known color: Medium Orchid. HEX triplet: B5, 47 and DC. RGB value is (181,71,220). Sum of RGB (Red+Green+Blue) = 181+71+220=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 71 (28.12% from 255 or 15.04% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #B547DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547DC is #4AB823. Grayscale: #787878. Windows color (decimal): -4896804 or 14436277. OLE color: 14436277.

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

Color convert

RGB 181 71 220 -
CMYK 0.18 0.68 0 0.14
HSL 284.3º 0.68% 0.57% -
HSV(B) 284.3º 0.68% 0.86% -
XYZ 34.23 19.5 69.67 -
YUV 120.88 183.94 170.88 -
System Red Green Blue C M Y K H S L
Decimal 181 71 220 0.18 0.68 0 0.14 284.3 0.68 0.57
Hex B5 47 DC 12 44 0 E 11C 44 39
Octal 265 107 334 22 104 0 16 434 104 71
Binary 10110101 1000111 11011100 10010 1000100 0 1110 100011100 1000100 111001

Color Harmonies of #B547DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B547DC

Black with #B547DC

Text Example


Text Example

White with #B547DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B547DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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