#BB5BFB

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

Shades of Medium Orchid #BB5BFB

Tints of Medium Orchid #BB5BFB

Color information

#BB5BFB (or 0xBB5BFB) is unknown color: approx Medium Orchid. HEX triplet: BB, 5B and FB. RGB value is (187,91,251). Sum of RGB (Red+Green+Blue) = 187+91+251=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB5BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5BFB is #44A404. Grayscale: #898989. Windows color (decimal): -4498437 or 16473019. OLE color: 16473019.

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

Color convert

RGB18791251-
CMYK0.250.6400.02
HSL276º95.24%67.06%-
HSV(B)276º63.75%98.43%-
XYZ41.6525.0193.9-
YUV137.94191.8162.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 91 (35.94% from 255) = 17.20%
BLUE value IS 251 (98.44% from 255) = 47.45%
R=35.35%
G=17.20%
B=47.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal187912510.250.6400.0227695.2467.06
HexBB5BFB1940021145f43
Octal2731333733110002424137103
Binary1011101110110111111101111001100000001010001010010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5BFB; }

 p { color: rgb(187,91,251); }

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

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

 a { background-color: rgb(187,91,251); }

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

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

 span { border-color: rgb(187,91,251); }

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