Html Css Color HEX #B557CB Medium Orchid

📋 copy color: '#B557CB'

red 181 ◦ green 87 ◦ blue 203

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

Shades of Medium Orchid #B557CB

Tints of Medium Orchid #B557CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.1%

R = 38.43%
G = 18.47%
B = 43.1%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B557CB (or 0xB557CB) is known color: Medium Orchid. HEX triplet: B5, 57 and CB. RGB value is (181,87,203). Sum of RGB (Red+Green+Blue) = 181+87+203=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #B557CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B557CB is #4AA834. Grayscale: #7F7F7F. Windows color (decimal): -4892725 or 13326261. OLE color: 13326261.

HSL color Cylindrical-coordinate representation of color #B557CB: hue angle of 288.62º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B557CB is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 87 203 -
CMYK 0.11 0.57 0 0.20
HSL 288.62º 0.53% 0.57% -
HSV(B) 288.62º 0.57% 0.8% -
XYZ 33.24 20.95 58.79 -
YUV 128.33 170.14 165.57 -
System Red Green Blue C M Y K H S L
Decimal 181 87 203 0.11 0.57 0 0.20 288.62 0.53 0.57
Hex B5 57 CB B 39 0 14 121 35 39
Octal 265 127 313 13 71 0 24 441 65 71
Binary 10110101 1010111 11001011 1011 111001 0 10100 100100001 110101 111001

Color Harmonies of #B557CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B557CB

Black with #B557CB

Text Example


Text Example

White with #B557CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B557CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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