Html Css Color HEX #B557CF Medium Orchid

📋 copy color: '#B557CF'

red 181 ◦ green 87 ◦ blue 207

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

Shades of Medium Orchid #B557CF

Tints of Medium Orchid #B557CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.58%

R = 38.11%
G = 18.32%
B = 43.58%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B557CF (or 0xB557CF) is known color: Medium Orchid. HEX triplet: B5, 57 and CF. RGB value is (181,87,207). Sum of RGB (Red+Green+Blue) = 181+87+207=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #B557CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B557CF is #4AA830. Grayscale: #808080. Windows color (decimal): -4892721 or 13588405. OLE color: 13588405.

HSL color Cylindrical-coordinate representation of color #B557CF: hue angle of 287º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B557CF is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 87 207 -
CMYK 0.13 0.58 0 0.19
HSL 287º 0.56% 0.58% -
HSV(B) 287º 0.58% 0.81% -
XYZ 33.73 21.15 61.34 -
YUV 128.79 172.14 165.24 -
System Red Green Blue C M Y K H S L
Decimal 181 87 207 0.13 0.58 0 0.19 287 0.56 0.58
Hex B5 57 CF D 3A 0 13 11F 38 3A
Octal 265 127 317 15 72 0 23 437 70 72
Binary 10110101 1010111 11001111 1101 111010 0 10011 100011111 111000 111010

Color Harmonies of #B557CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B557CF

Black with #B557CF

Text Example


Text Example

White with #B557CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B557CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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