Html Css Color HEX #B557D0 Medium Orchid

📋 copy color: '#B557D0'

red 181 ◦ green 87 ◦ blue 208

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

Shades of Medium Orchid #B557D0

Tints of Medium Orchid #B557D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.7%

R = 38.03%
G = 18.28%
B = 43.7%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B557D0 (or 0xB557D0) is known color: Medium Orchid. HEX triplet: B5, 57 and D0. RGB value is (181,87,208). Sum of RGB (Red+Green+Blue) = 181+87+208=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 87 (34.38% from 255 or 18.28% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 208 - color contains mainly: blue. Hex color #B557D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B557D0 is #4AA82F. Grayscale: #808080. Windows color (decimal): -4892720 or 13653941. OLE color: 13653941.

HSL color Cylindrical-coordinate representation of color #B557D0: hue angle of 286.61º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B557D0 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 87 208 -
CMYK 0.13 0.58 0 0.18
HSL 286.61º 0.56% 0.58% -
HSV(B) 286.61º 0.58% 0.82% -
XYZ 33.85 21.19 61.98 -
YUV 128.9 172.64 165.16 -
System Red Green Blue C M Y K H S L
Decimal 181 87 208 0.13 0.58 0 0.18 286.61 0.56 0.58
Hex B5 57 D0 D 3A 0 12 11F 38 3A
Octal 265 127 320 15 72 0 22 437 70 72
Binary 10110101 1010111 11010000 1101 111010 0 10010 100011111 111000 111010

Color Harmonies of #B557D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B557D0

Black with #B557D0

Text Example


Text Example

White with #B557D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B557D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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