#BB67D1

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

Shades of Medium Orchid #BB67D1

Tints of Medium Orchid #BB67D1

Color information

#BB67D1 (or 0xBB67D1) is unknown color: approx Medium Orchid. HEX triplet: BB, 67 and D1. RGB value is (187,103,209). Sum of RGB (Red+Green+Blue) = 187+103+209=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB67D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB67D1 is #44982E. Grayscale: #8B8B8B. Windows color (decimal): -4495407 or 13723579. OLE color: 13723579.

HSL color Cylindrical-coordinate representation of color #BB67D1: hue angle of 287.55º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB67D1 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187103209-
CMYK0.110.5100.18
HSL287.55º53.54%61.18%-
HSV(B)287.55º50.72%81.96%-
XYZ36.8524.8763.18-
YUV140.2166.83161.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 103 (40.62% from 255) = 20.64%
BLUE value IS 209 (82.03% from 255) = 41.88%
R=37.47%
G=20.64%
B=41.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871032090.110.5100.18287.5553.5461.18
HexBB67D1B33012120363d
Octal27314732113630224406675
Binary101110111100111110100011011110011010010100100000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB67D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB67D1; }

 p { color: rgb(187,103,209); }

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

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

 a { background-color: rgb(187,103,209); }

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

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

 span { border-color: rgb(187,103,209); }

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