Html Css Color HEX #B547D6 Medium Orchid

📋 copy color: '#B547D6'

red 181 ◦ green 71 ◦ blue 214

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

Shades of Medium Orchid #B547D6

Tints of Medium Orchid #B547D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.92%

R = 38.84%
G = 15.24%
B = 45.92%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B547D6 (or 0xB547D6) is known color: Medium Orchid. HEX triplet: B5, 47 and D6. RGB value is (181,71,214). Sum of RGB (Red+Green+Blue) = 181+71+214=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #B547D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547D6 is #4AB829. Grayscale: #777777. Windows color (decimal): -4896810 or 14043061. OLE color: 14043061.

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

Color convert

RGB 181 71 214 -
CMYK 0.15 0.67 0 0.16
HSL 286.15º 0.64% 0.56% -
HSV(B) 286.15º 0.67% 0.84% -
XYZ 33.45 19.19 65.56 -
YUV 120.19 180.94 171.37 -
System Red Green Blue C M Y K H S L
Decimal 181 71 214 0.15 0.67 0 0.16 286.15 0.64 0.56
Hex B5 47 D6 F 43 0 10 11E 40 38
Octal 265 107 326 17 103 0 20 436 100 70
Binary 10110101 1000111 11010110 1111 1000011 0 10000 100011110 1000000 111000

Color Harmonies of #B547D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B547D6

Black with #B547D6

Text Example


Text Example

White with #B547D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B547D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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