#BF5FD4

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

Shades of Medium Orchid #BF5FD4

Tints of Medium Orchid #BF5FD4

Color information

#BF5FD4 (or 0xBF5FD4) is unknown color: approx Medium Orchid. HEX triplet: BF, 5F and D4. RGB value is (191,95,212). Sum of RGB (Red+Green+Blue) = 191+95+212=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 95 (37.5% from 255 or 19.08% from 498); Blue value is 212 (83.20% from 255 or 42.57% from 498); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF5FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5FD4 is #40A02B. Grayscale: #888888. Windows color (decimal): -4235308 or 13918143. OLE color: 13918143.

HSL color Cylindrical-coordinate representation of color #BF5FD4: hue angle of 289.23º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF5FD4 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19195212-
CMYK0.100.5500.17
HSL289.23º57.64%60.2%-
HSV(B)289.23º55.19%83.14%-
XYZ37.4624.0164.95-
YUV137.04170.3166.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 95 (37.5% from 255) = 19.08%
BLUE value IS 212 (83.20% from 255) = 42.57%
R=38.35%
G=19.08%
B=42.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal191952120.100.5500.17289.2357.6460.2
HexBF5FD4A370111213a3c
Octal27713732412670214417274
Binary101111111011111110101001010110111010001100100001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5FD4; }

 p { color: rgb(191,95,212); }

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

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

 a { background-color: rgb(191,95,212); }

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

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

 span { border-color: rgb(191,95,212); }

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