#BB30F1

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

Shades of Medium Orchid #BB30F1

Tints of Medium Orchid #BB30F1

Color information

#BB30F1 (or 0xBB30F1) is unknown color: approx Medium Orchid. HEX triplet: BB, 30 and F1. RGB value is (187,48,241). Sum of RGB (Red+Green+Blue) = 187+48+241=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 48 (19.14% from 255 or 10.08% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB30F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB30F1 is #44CF0E. Grayscale: #6E6E6E. Windows color (decimal): -4509455 or 15806651. OLE color: 15806651.

HSL color Cylindrical-coordinate representation of color #BB30F1: hue angle of 283.21º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB30F1 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18748241-
CMYK0.220.8000.05
HSL283.21º87.33%56.67%-
HSV(B)283.21º80.08%94.51%-
XYZ37.4319.0384.92-
YUV111.56201.05181.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.29%
GREEN value IS 48 (19.14% from 255) = 10.08%
BLUE value IS 241 (94.53% from 255) = 50.63%
R=39.29%
G=10.08%
B=50.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal187482410.220.8000.05283.2187.3356.67
HexBB30F116500511b5739
Octal27360361261200543312771
Binary101110111100001111000110110101000001011000110111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB30F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB30F1; }

 p { color: rgb(187,48,241); }

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

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

 a { background-color: rgb(187,48,241); }

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

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

 span { border-color: rgb(187,48,241); }

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