#BB65F1

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

Shades of Medium Orchid #BB65F1

Tints of Medium Orchid #BB65F1

Color information

#BB65F1 (or 0xBB65F1) is unknown color: approx Medium Orchid. HEX triplet: BB, 65 and F1. RGB value is (187,101,241). Sum of RGB (Red+Green+Blue) = 187+101+241=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB65F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB65F1 is #449A0E. Grayscale: #8E8E8E. Windows color (decimal): -4495887 or 15820219. OLE color: 15820219.

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

Color convert

RGB187101241-
CMYK0.220.5800.05
HSL276.86º83.33%67.06%-
HSV(B)276.86º58.09%94.51%-
XYZ41.0226.2286.12-
YUV142.67183.49159.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 101 (39.84% from 255) = 19.09%
BLUE value IS 241 (94.53% from 255) = 45.56%
R=35.35%
G=19.09%
B=45.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871012410.220.5800.05276.8683.3367.06
HexBB65F1163A051155343
Octal273145361267205425123103
Binary1011101111001011111000110110111010010110001010110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB65F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB65F1; }

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

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

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

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

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

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

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

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