Html Css Color HEX #B547ED Medium Orchid

📋 copy color: '#B547ED'

red 181 ◦ green 71 ◦ blue 237

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

Shades of Medium Orchid #B547ED

Tints of Medium Orchid #B547ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.47%

R = 37.01%
G = 14.52%
B = 48.47%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B547ED (or 0xB547ED) is known color: Medium Orchid. HEX triplet: B5, 47 and ED. RGB value is (181,71,237). Sum of RGB (Red+Green+Blue) = 181+71+237=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 71 (28.12% from 255 or 14.52% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #B547ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B547ED is #4AB812. Grayscale: #7A7A7A. Windows color (decimal): -4896787 or 15550389. OLE color: 15550389.

HSL color Cylindrical-coordinate representation of color #B547ED: hue angle of 279.76º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B547ED is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 71 237 -
CMYK 0.24 0.70 0 0.07
HSL 279.76º 0.82% 0.6% -
HSV(B) 279.76º 0.7% 0.93% -
XYZ 36.6 20.44 82.14 -
YUV 122.81 192.44 169.5 -
System Red Green Blue C M Y K H S L
Decimal 181 71 237 0.24 0.70 0 0.07 279.76 0.82 0.6
Hex B5 47 ED 18 46 0 7 118 52 3C
Octal 265 107 355 30 106 0 7 430 122 74
Binary 10110101 1000111 11101101 11000 1000110 0 111 100011000 1010010 111100

Color Harmonies of #B547ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B547ED

Black with #B547ED

Text Example


Text Example

White with #B547ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B547ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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