#BF34F1

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

Shades of Medium Orchid #BF34F1

Tints of Medium Orchid #BF34F1

Color information

#BF34F1 (or 0xBF34F1) is unknown color: approx Medium Orchid. HEX triplet: BF, 34 and F1. RGB value is (191,52,241). Sum of RGB (Red+Green+Blue) = 191+52+241=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 52 (20.70% from 255 or 10.74% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF34F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF34F1 is #40CB0E. Grayscale: #727272. Windows color (decimal): -4246287 or 15807679. OLE color: 15807679.

HSL color Cylindrical-coordinate representation of color #BF34F1: hue angle of 284.13º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF34F1 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19152241-
CMYK0.210.7800.05
HSL284.13º87.1%57.45%-
HSV(B)284.13º78.42%94.51%-
XYZ38.5919.8885.02-
YUV115.11199.05182.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 52 (20.70% from 255) = 10.74%
BLUE value IS 241 (94.53% from 255) = 49.79%
R=39.46%
G=10.74%
B=49.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal191522410.210.7800.05284.1387.157.45
HexBF34F1154E0511c5739
Octal27764361251160543412771
Binary101111111101001111000110101100111001011000111001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF34F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF34F1; }

 p { color: rgb(191,52,241); }

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

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

 a { background-color: rgb(191,52,241); }

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

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

 span { border-color: rgb(191,52,241); }

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