#bf74c9

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

Shades of Orchid #BF74C9

Tints of Orchid #BF74C9

Color information

#BF74C9 (or 0xBF74C9) is unknown color: approx Orchid. HEX triplet: BF, 74 and C9. RGB value is (191,116,201). Sum of RGB (Red+Green+Blue) = 191+116+201=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF74C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF74C9 is #408B36. Grayscale: #939393. Windows color (decimal): -4229943 or 13202623. OLE color: 13202623.

HSL color Cylindrical-coordinate representation of color #BF74C9: hue angle of 292.94º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF74C9 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191116201-
CMYK0.050.4200.21
HSL292.94º44.04%62.16%-
HSV(B)292.94º42.29%78.82%-
XYZ38.2727.7858.6-
YUV148.12157.85158.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 116 (45.70% from 255) = 22.83%
BLUE value IS 201 (78.91% from 255) = 39.57%
R=37.60%
G=22.83%
B=39.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911162010.050.4200.21292.9444.0462.16
HexBF74C952A0151252c3e
Octal2771643115520254455476
Binary10111111111010011001001101101010010101100100101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf74c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf74c9; }

 p { color: rgb(191,116,201); }

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

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

 a { background-color: rgb(191,116,201); }

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

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

 span { border-color: rgb(191,116,201); }

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