Html Css Color HEX #B557D6 Medium Orchid

📋 copy color: '#B557D6'

red 181 ◦ green 87 ◦ blue 214

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

Shades of Medium Orchid #B557D6

Tints of Medium Orchid #B557D6

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.05%

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

R = 37.55%
G = 18.05%
B = 44.4%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B557D6 (or 0xB557D6) is known color: Medium Orchid. HEX triplet: B5, 57 and D6. RGB value is (181,87,214). Sum of RGB (Red+Green+Blue) = 181+87+214=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: blue. Hex color #B557D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B557D6 is #4AA829. Grayscale: #818181. Windows color (decimal): -4892714 or 14047157. OLE color: 14047157.

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

Color convert

RGB 181 87 214 -
CMYK 0.15 0.59 0 0.16
HSL 284.41º 0.61% 0.59% -
HSV(B) 284.41º 0.59% 0.84% -
XYZ 34.6 21.5 65.94 -
YUV 129.58 175.64 164.67 -
System Red Green Blue C M Y K H S L
Decimal 181 87 214 0.15 0.59 0 0.16 284.41 0.61 0.59
Hex B5 57 D6 F 3B 0 10 11C 3D 3B
Octal 265 127 326 17 73 0 20 434 75 73
Binary 10110101 1010111 11010110 1111 111011 0 10000 100011100 111101 111011

Color Harmonies of #B557D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B557D6

Black with #B557D6

Text Example


Text Example

White with #B557D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B557D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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