#BF7BD3

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

Shades of Orchid #BF7BD3

Tints of Orchid #BF7BD3

Color information

#BF7BD3 (or 0xBF7BD3) is unknown color: approx Orchid. HEX triplet: BF, 7B and D3. RGB value is (191,123,211). Sum of RGB (Red+Green+Blue) = 191+123+211=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 211 (82.81% from 255 or 40.19% from 525); Max value from RGB is 211 - color contains mainly: blue. Hex color #BF7BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BD3 is #40842C. Grayscale: #999999. Windows color (decimal): -4228141 or 13859775. OLE color: 13859775.

HSL color Cylindrical-coordinate representation of color #BF7BD3: hue angle of 286.36º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF7BD3 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB191123211-
CMYK0.090.4200.17
HSL286.36º50%65.49%-
HSV(B)286.36º41.71%82.75%-
XYZ40.3329.9565.28-
YUV153.36160.53154.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.38%
GREEN value IS 123 (48.44% from 255) = 23.43%
BLUE value IS 211 (82.81% from 255) = 40.19%
R=36.38%
G=23.43%
B=40.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1911232110.090.4200.17286.365065.49
HexBF7BD392A01111e3241
Octal277173323115202143662101
Binary1011111111110111101001110011010100100011000111101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BD3; }

 p { color: rgb(191,123,211); }

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

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

 a { background-color: rgb(191,123,211); }

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

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

 span { border-color: rgb(191,123,211); }

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