#BB36F7

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

Shades of Medium Orchid #BB36F7

Tints of Medium Orchid #BB36F7

Color information

#BB36F7 (or 0xBB36F7) is unknown color: approx Medium Orchid. HEX triplet: BB, 36 and F7. RGB value is (187,54,247). Sum of RGB (Red+Green+Blue) = 187+54+247=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 54 (21.48% from 255 or 11.07% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB36F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB36F7 is #44C908. Grayscale: #737373. Windows color (decimal): -4507913 or 16201403. OLE color: 16201403.

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

Color convert

RGB18754247-
CMYK0.240.7800.03
HSL281.35º92.34%59.02%-
HSV(B)281.35º78.14%96.86%-
XYZ38.619.9289.81-
YUV115.77202.06178.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 54 (21.48% from 255) = 11.07%
BLUE value IS 247 (96.88% from 255) = 50.61%
R=38.32%
G=11.07%
B=50.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal187542470.240.7800.03281.3592.3459.02
HexBB36F7184E031195c3b
Octal27366367301160343113473
Binary10111011110110111101111100010011100111000110011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB36F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB36F7; }

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

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

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

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

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

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

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

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