Html Css Color HEX #B557DE Medium Orchid

📋 copy color: '#B557DE'

red 181 ◦ green 87 ◦ blue 222

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

Shades of Medium Orchid #B557DE

Tints of Medium Orchid #B557DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.31%

R = 36.94%
G = 17.76%
B = 45.31%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B557DE (or 0xB557DE) is known color: Medium Orchid. HEX triplet: B5, 57 and DE. RGB value is (181,87,222). Sum of RGB (Red+Green+Blue) = 181+87+222=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 87 (34.38% from 255 or 17.76% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #B557DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B557DE is #4AA821. Grayscale: #828282. Windows color (decimal): -4892706 or 14571445. OLE color: 14571445.

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

Color convert

RGB 181 87 222 -
CMYK 0.18 0.61 0 0.13
HSL 281.78º 0.67% 0.61% -
HSV(B) 281.78º 0.61% 0.87% -
XYZ 35.65 21.91 71.46 -
YUV 130.5 179.64 164.02 -
System Red Green Blue C M Y K H S L
Decimal 181 87 222 0.18 0.61 0 0.13 281.78 0.67 0.61
Hex B5 57 DE 12 3D 0 D 11A 43 3D
Octal 265 127 336 22 75 0 15 432 103 75
Binary 10110101 1010111 11011110 10010 111101 0 1101 100011010 1000011 111101

Color Harmonies of #B557DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B557DE

Black with #B557DE

Text Example


Text Example

White with #B557DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B557DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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