#BF42FF

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

Shades of Medium Orchid #BF42FF

Tints of Medium Orchid #BF42FF

Color information

#BF42FF (or 0xBF42FF) is unknown color: approx Medium Orchid. HEX triplet: BF, 42 and FF. RGB value is (191,66,255). Sum of RGB (Red+Green+Blue) = 191+66+255=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 66 (26.17% from 255 or 12.89% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF42FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF42FF is #40BD00. Grayscale: #7C7C7C. Windows color (decimal): -4242689 or 16728767. OLE color: 16728767.

HSL color Cylindrical-coordinate representation of color #BF42FF: hue angle of 279.68º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF42FF is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19166255-
CMYK0.250.7400
HSL279.68º100%62.94%-
HSV(B)279.68º74.12%100%-
XYZ41.4822.1996.7-
YUV124.92201.41175.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 66 (26.17% from 255) = 12.89%
BLUE value IS 255 (100% from 255) = 49.80%
R=37.30%
G=12.89%
B=49.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal191662550.250.7400279.6810062.94
HexBF42FF194A00118643f
Octal277102377311120043014477
Binary10111111100001011111111110011001010001000110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF42FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF42FF; }

 p { color: rgb(191,66,255); }

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

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

 a { background-color: rgb(191,66,255); }

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

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

 span { border-color: rgb(191,66,255); }

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