#BB69F1

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

Shades of Medium Orchid #BB69F1

Tints of Medium Orchid #BB69F1

Color information

#BB69F1 (or 0xBB69F1) is unknown color: approx Medium Orchid. HEX triplet: BB, 69 and F1. RGB value is (187,105,241). Sum of RGB (Red+Green+Blue) = 187+105+241=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB69F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB69F1 is #44960E. Grayscale: #909090. Windows color (decimal): -4494863 or 15821243. OLE color: 15821243.

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

Color convert

RGB187105241-
CMYK0.220.5600.05
HSL276.18º82.93%67.84%-
HSV(B)276.18º56.43%94.51%-
XYZ41.4227.0286.25-
YUV145.02182.17157.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.08%
GREEN value IS 105 (41.41% from 255) = 19.70%
BLUE value IS 241 (94.53% from 255) = 45.22%
R=35.08%
G=19.70%
B=45.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871052410.220.5600.05276.1882.9367.84
HexBB69F11638051145344
Octal273151361267005424123104
Binary1011101111010011111000110110111000010110001010010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB69F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB69F1; }

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

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

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

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

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

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

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

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