#BB61F7

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

Shades of Medium Orchid #BB61F7

Tints of Medium Orchid #BB61F7

Color information

#BB61F7 (or 0xBB61F7) is unknown color: approx Medium Orchid. HEX triplet: BB, 61 and F7. RGB value is (187,97,247). Sum of RGB (Red+Green+Blue) = 187+97+247=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 97 (38.28% from 255 or 18.27% from 531); Blue value is 247 (96.88% from 255 or 46.52% from 531); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB61F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB61F7 is #449E08. Grayscale: #8C8C8C. Windows color (decimal): -4496905 or 16212411. OLE color: 16212411.

HSL color Cylindrical-coordinate representation of color #BB61F7: hue angle of 276º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB61F7 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18797247-
CMYK0.240.6100.03
HSL276º90.36%67.45%-
HSV(B)276º60.73%96.86%-
XYZ41.5625.8390.79-
YUV141.01187.82160.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 97 (38.28% from 255) = 18.27%
BLUE value IS 247 (96.88% from 255) = 46.52%
R=35.22%
G=18.27%
B=46.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal187972470.240.6100.0327690.3667.45
HexBB61F7183D031145a43
Octal273141367307503424132103
Binary101110111100001111101111100011110101110001010010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB61F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB61F7; }

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

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

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

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

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

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

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

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