Html Css Color HEX #B557EE Medium Orchid

📋 copy color: '#B557EE'

red 181 ◦ green 87 ◦ blue 238

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

Shades of Medium Orchid #B557EE

Tints of Medium Orchid #B557EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 35.77%
G = 17.19%
B = 47.04%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B557EE (or 0xB557EE) is known color: Medium Orchid. HEX triplet: B5, 57 and EE. RGB value is (181,87,238). Sum of RGB (Red+Green+Blue) = 181+87+238=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 87 (34.38% from 255 or 17.19% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #B557EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B557EE is #4AA811. Grayscale: #838383. Windows color (decimal): -4892690 or 15620021. OLE color: 15620021.

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

Color convert

RGB 181 87 238 -
CMYK 0.24 0.63 0 0.07
HSL 277.35º 0.82% 0.64% -
HSV(B) 277.35º 0.63% 0.93% -
XYZ 37.9 22.81 83.29 -
YUV 132.32 187.64 162.72 -
System Red Green Blue C M Y K H S L
Decimal 181 87 238 0.24 0.63 0 0.07 277.35 0.82 0.64
Hex B5 57 EE 18 3F 0 7 115 52 40
Octal 265 127 356 30 77 0 7 425 122 100
Binary 10110101 1010111 11101110 11000 111111 0 111 100010101 1010010 1000000

Color Harmonies of #B557EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B557EE

Black with #B557EE

Text Example


Text Example

White with #B557EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B557EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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