#B55CFB

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

Shades of Medium Orchid #B55CFB

Tints of Medium Orchid #B55CFB

Color information

#B55CFB (or 0xB55CFB) is unknown color: approx Medium Orchid. HEX triplet: B5, 5C and FB. RGB value is (181,92,251). Sum of RGB (Red+Green+Blue) = 181+92+251=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 92 (36.33% from 255 or 17.56% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #B55CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55CFB is #4AA304. Grayscale: #888888. Windows color (decimal): -4891397 or 16473269. OLE color: 16473269.

HSL color Cylindrical-coordinate representation of color #B55CFB: hue angle of 273.58º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B55CFB is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18192251-
CMYK0.280.6300.02
HSL273.58º95.21%67.25%-
HSV(B)273.58º63.35%98.43%-
XYZ40.324.4493.86-
YUV136.74192.49159.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.54%
GREEN value IS 92 (36.33% from 255) = 17.56%
BLUE value IS 251 (98.44% from 255) = 47.90%
R=34.54%
G=17.56%
B=47.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal181922510.280.6300.02273.5895.2167.25
HexB55CFB1C3F021125f43
Octal265134373347702422137103
Binary101101011011100111110111110011111101010001001010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55CFB; }

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

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

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

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

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

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

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

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