#BB4EFA

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

Shades of Medium Orchid #BB4EFA

Tints of Medium Orchid #BB4EFA

Color information

#BB4EFA (or 0xBB4EFA) is unknown color: approx Medium Orchid. HEX triplet: BB, 4E and FA. RGB value is (187,78,250). Sum of RGB (Red+Green+Blue) = 187+78+250=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 78 (30.86% from 255 or 15.15% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB4EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4EFA is #44B105. Grayscale: #818181. Windows color (decimal): -4501766 or 16404155. OLE color: 16404155.

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

Color convert

RGB18778250-
CMYK0.250.6900.02
HSL278.02º94.51%64.31%-
HSV(B)278.02º68.8%98.04%-
XYZ40.4722.9292.73-
YUV130.2195.61168.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 78 (30.86% from 255) = 15.15%
BLUE value IS 250 (98.05% from 255) = 48.54%
R=36.31%
G=15.15%
B=48.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal187782500.250.6900.02278.0294.5164.31
HexBB4EFA1945021165f40
Octal2731163723110502426137100
Binary1011101110011101111101011001100010101010001011010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4EFA; }

 p { color: rgb(187,78,250); }

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

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

 a { background-color: rgb(187,78,250); }

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

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

 span { border-color: rgb(187,78,250); }

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