Html Css Color HEX #B547DE Medium Orchid

📋 copy color: '#B547DE'

red 181 ◦ green 71 ◦ blue 222

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

Shades of Medium Orchid #B547DE

Tints of Medium Orchid #B547DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 38.19%
G = 14.98%
B = 46.84%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B547DE (or 0xB547DE) is known color: Medium Orchid. HEX triplet: B5, 47 and DE. RGB value is (181,71,222). Sum of RGB (Red+Green+Blue) = 181+71+222=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 71 (28.12% from 255 or 14.98% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #B547DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547DE is #4AB821. Grayscale: #787878. Windows color (decimal): -4896802 or 14567349. OLE color: 14567349.

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

Color convert

RGB 181 71 222 -
CMYK 0.18 0.68 0 0.13
HSL 283.71º 0.7% 0.57% -
HSV(B) 283.71º 0.68% 0.87% -
XYZ 34.49 19.6 71.07 -
YUV 121.1 184.94 170.72 -
System Red Green Blue C M Y K H S L
Decimal 181 71 222 0.18 0.68 0 0.13 283.71 0.7 0.57
Hex B5 47 DE 12 44 0 D 11C 46 39
Octal 265 107 336 22 104 0 15 434 106 71
Binary 10110101 1000111 11011110 10010 1000100 0 1101 100011100 1000110 111001

Color Harmonies of #B547DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B547DE

Black with #B547DE

Text Example


Text Example

White with #B547DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B547DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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