#B55CFF

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

Shades of Medium Orchid #B55CFF

Tints of Medium Orchid #B55CFF

Color information

#B55CFF (or 0xB55CFF) is unknown color: approx Medium Orchid. HEX triplet: B5, 5C and FF. RGB value is (181,92,255). Sum of RGB (Red+Green+Blue) = 181+92+255=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #B55CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55CFF is #4AA300. Grayscale: #888888. Windows color (decimal): -4891393 or 16735413. OLE color: 16735413.

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

Color convert

RGB18192255-
CMYK0.290.6400
HSL272.76º100%68.04%-
HSV(B)272.76º63.92%100%-
XYZ40.9324.797.22-
YUV137.19194.49159.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.28%
GREEN value IS 92 (36.33% from 255) = 17.42%
BLUE value IS 255 (100% from 255) = 48.30%
R=34.28%
G=17.42%
B=48.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal181922550.290.6400272.7610068.04
HexB55CFF1D40001116444
Octal2651343773510000421144104
Binary101101011011100111111111110110000000010001000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55CFF; }

 p { color: rgb(181,92,255); }

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

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

 a { background-color: rgb(181,92,255); }

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

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

 span { border-color: rgb(181,92,255); }

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