Html Css Color HEX #B557E8 Medium Orchid

📋 copy color: '#B557E8'

red 181 ◦ green 87 ◦ blue 232

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

Shades of Medium Orchid #B557E8

Tints of Medium Orchid #B557E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.4%

R = 36.2%
G = 17.4%
B = 46.4%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B557E8 (or 0xB557E8) is known color: Medium Orchid. HEX triplet: B5, 57 and E8. RGB value is (181,87,232). Sum of RGB (Red+Green+Blue) = 181+87+232=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 87 (34.38% from 255 or 17.4% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 232 - color contains mainly: blue. Hex color #B557E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B557E8 is #4AA817. Grayscale: #838383. Windows color (decimal): -4892696 or 15226805. OLE color: 15226805.

HSL color Cylindrical-coordinate representation of color #B557E8: hue angle of 278.9º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B557E8 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 87 232 -
CMYK 0.22 0.62 0 0.09
HSL 278.9º 0.76% 0.63% -
HSV(B) 278.9º 0.63% 0.91% -
XYZ 37.03 22.47 78.73 -
YUV 131.64 184.64 163.21 -
System Red Green Blue C M Y K H S L
Decimal 181 87 232 0.22 0.62 0 0.09 278.9 0.76 0.63
Hex B5 57 E8 16 3E 0 9 117 4C 3F
Octal 265 127 350 26 76 0 11 427 114 77
Binary 10110101 1010111 11101000 10110 111110 0 1001 100010111 1001100 111111

Color Harmonies of #B557E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B557E8

Black with #B557E8

Text Example


Text Example

White with #B557E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B557E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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