#B550CF

Color #B550CF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B550CF

Tints of Medium Orchid #B550CF

Color information

#B550CF (or 0xB550CF) is unknown color: approx Medium Orchid. HEX triplet: B5, 50 and CF. RGB value is (181,80,207). Sum of RGB (Red+Green+Blue) = 181+80+207=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #B550CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B550CF is #4AAF30. Grayscale: #7C7C7C. Windows color (decimal): -4894513 or 13586613. OLE color: 13586613.

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

Color convert

RGB18180207-
CMYK0.130.6100.19
HSL287.72º56.95%56.27%-
HSV(B)287.72º61.35%81.18%-
XYZ33.1920.0761.16-
YUV124.68174.46168.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 80 (31.64% from 255) = 17.09%
BLUE value IS 207 (81.25% from 255) = 44.23%
R=38.68%
G=17.09%
B=44.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal181802070.130.6100.19287.7256.9556.27
HexB550CFD3D0131203938
Octal26512031715750234407170
Binary101101011010000110011111101111101010011100100000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B550CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B550CF; }

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

 H1.HeaderClassName
 {
   color: #B550CF;
 }
 .AnyTagClassName
 {
   color: #B550CF;
 }
</style>
background-color css

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

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

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

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

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

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