#BF4BF3

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

Shades of Medium Orchid #BF4BF3

Tints of Medium Orchid #BF4BF3

Color information

#BF4BF3 (or 0xBF4BF3) is unknown color: approx Medium Orchid. HEX triplet: BF, 4B and F3. RGB value is (191,75,243). Sum of RGB (Red+Green+Blue) = 191+75+243=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 75 (29.69% from 255 or 14.73% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #BF4BF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4BF3 is #40B40C. Grayscale: #808080. Windows color (decimal): -4240397 or 15944639. OLE color: 15944639.

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

Color convert

RGB19175243-
CMYK0.210.6900.05
HSL281.43º87.5%62.35%-
HSV(B)281.43º69.14%95.29%-
XYZ40.1822.5887.03-
YUV128.84192.43172.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 75 (29.69% from 255) = 14.73%
BLUE value IS 243 (95.31% from 255) = 47.74%
R=37.52%
G=14.73%
B=47.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal191752430.210.6900.05281.4387.562.35
HexBF4BF3154505119583e
Octal277113363251050543113076
Binary1011111110010111111001110101100010101011000110011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4BF3; }

 p { color: rgb(191,75,243); }

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

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

 a { background-color: rgb(191,75,243); }

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

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

 span { border-color: rgb(191,75,243); }

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