#BB61CF

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

Shades of Medium Orchid #BB61CF

Tints of Medium Orchid #BB61CF

Color information

#BB61CF (or 0xBB61CF) is unknown color: approx Medium Orchid. HEX triplet: BB, 61 and CF. RGB value is (187,97,207). Sum of RGB (Red+Green+Blue) = 187+97+207=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB61CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB61CF is #449E30. Grayscale: #888888. Windows color (decimal): -4496945 or 13590971. OLE color: 13590971.

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

Color convert

RGB18797207-
CMYK0.100.5300.19
HSL289.09º53.4%59.61%-
HSV(B)289.09º53.14%81.18%-
XYZ36.0323.6261.69-
YUV136.45167.82164.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 97 (38.28% from 255) = 19.76%
BLUE value IS 207 (81.25% from 255) = 42.16%
R=38.09%
G=19.76%
B=42.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal187972070.100.5300.19289.0953.459.61
HexBB61CFA35013121353c
Octal27314131712650234416574
Binary101110111100001110011111010110101010011100100001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB61CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB61CF; }

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

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

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

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

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

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

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

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