Html Css Color HEX #B557FE Medium Orchid

📋 copy color: '#B557FE'

red 181 ◦ green 87 ◦ blue 254

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

Shades of Medium Orchid #B557FE

Tints of Medium Orchid #B557FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.66%

R = 34.67%
G = 16.67%
B = 48.66%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B557FE (or 0xB557FE) is known color: Medium Orchid. HEX triplet: B5, 57 and FE. RGB value is (181,87,254). Sum of RGB (Red+Green+Blue) = 181+87+254=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 87 (34.38% from 255 or 16.67% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #B557FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B557FE is #4AA801. Grayscale: #858585. Windows color (decimal): -4892674 or 16668597. OLE color: 16668597.

HSL color Cylindrical-coordinate representation of color #B557FE: hue angle of 273.77º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B557FE is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 181 87 254 -
CMYK 0.29 0.66 0 0.00
HSL 273.77º 0.99% 0.67% -
HSV(B) 273.77º 0.66% 1% -
XYZ 40.35 23.8 96.23 -
YUV 134.14 195.64 161.42 -
System Red Green Blue C M Y K H S L
Decimal 181 87 254 0.29 0.66 0 0.00 273.77 0.99 0.67
Hex B5 57 FE 1D 42 0 0 112 63 43
Octal 265 127 376 35 102 0 0 422 143 103
Binary 10110101 1010111 11111110 11101 1000010 0 0 100010010 1100011 1000011

Color Harmonies of #B557FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B557FE

Black with #B557FE

Text Example


Text Example

White with #B557FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B557FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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