#BF35FA

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

Shades of Medium Orchid #BF35FA

Tints of Medium Orchid #BF35FA

Color information

#BF35FA (or 0xBF35FA) is unknown color: approx Medium Orchid. HEX triplet: BF, 35 and FA. RGB value is (191,53,250). Sum of RGB (Red+Green+Blue) = 191+53+250=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 53 (21.09% from 255 or 10.73% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF35FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF35FA is #40CA05. Grayscale: #747474. Windows color (decimal): -4246022 or 16397759. OLE color: 16397759.

HSL color Cylindrical-coordinate representation of color #BF35FA: hue angle of 282.03º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF35FA is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19153250-
CMYK0.240.7900.02
HSL282.03º95.17%59.41%-
HSV(B)282.03º78.8%98.04%-
XYZ40.0120.5292.3-
YUV116.72203.22180.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 53 (21.09% from 255) = 10.73%
BLUE value IS 250 (98.05% from 255) = 50.61%
R=38.66%
G=10.73%
B=50.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal191532500.240.7900.02282.0395.1759.41
HexBF35FA184F0211a5f3b
Octal27765372301170243213773
Binary10111111110101111110101100010011110101000110101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF35FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF35FA; }

 p { color: rgb(191,53,250); }

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

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

 a { background-color: rgb(191,53,250); }

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

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

 span { border-color: rgb(191,53,250); }

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