#BB63F1

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

Shades of Medium Orchid #BB63F1

Tints of Medium Orchid #BB63F1

Color information

#BB63F1 (or 0xBB63F1) is unknown color: approx Medium Orchid. HEX triplet: BB, 63 and F1. RGB value is (187,99,241). Sum of RGB (Red+Green+Blue) = 187+99+241=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB63F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB63F1 is #449C0E. Grayscale: #8D8D8D. Windows color (decimal): -4496399 or 15819707. OLE color: 15819707.

HSL color Cylindrical-coordinate representation of color #BB63F1: hue angle of 277.18º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB63F1 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18799241-
CMYK0.220.5900.05
HSL277.18º83.53%66.67%-
HSV(B)277.18º58.92%94.51%-
XYZ40.8325.8486.05-
YUV141.5184.15160.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 99 (39.06% from 255) = 18.79%
BLUE value IS 241 (94.53% from 255) = 45.73%
R=35.48%
G=18.79%
B=45.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal187992410.220.5900.05277.1883.5366.67
HexBB63F1163B051155443
Octal273143361267305425124103
Binary1011101111000111111000110110111011010110001010110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB63F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB63F1; }

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

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

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

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

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

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

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

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