#BB5CCF

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

Shades of Medium Orchid #BB5CCF

Tints of Medium Orchid #BB5CCF

Color information

#BB5CCF (or 0xBB5CCF) is unknown color: approx Medium Orchid. HEX triplet: BB, 5C and CF. RGB value is (187,92,207). Sum of RGB (Red+Green+Blue) = 187+92+207=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB5CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5CCF is #44A330. Grayscale: #858585. Windows color (decimal): -4498225 or 13589691. OLE color: 13589691.

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

Color convert

RGB18792207-
CMYK0.100.5600.19
HSL289.57º54.5%58.63%-
HSV(B)289.57º55.56%81.18%-
XYZ35.5822.7261.54-
YUV133.52169.47166.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 92 (36.33% from 255) = 18.93%
BLUE value IS 207 (81.25% from 255) = 42.59%
R=38.48%
G=18.93%
B=42.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal187922070.100.5600.19289.5754.558.63
HexBB5CCFA38013122373b
Octal27313431712700234426773
Binary101110111011100110011111010111000010011100100010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5CCF; }

 p { color: rgb(187,92,207); }

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

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

 a { background-color: rgb(187,92,207); }

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

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

 span { border-color: rgb(187,92,207); }

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