#B64CF1

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

Shades of Medium Orchid #B64CF1

Tints of Medium Orchid #B64CF1

Color information

#B64CF1 (or 0xB64CF1) is unknown color: approx Medium Orchid. HEX triplet: B6, 4C and F1. RGB value is (182,76,241). Sum of RGB (Red+Green+Blue) = 182+76+241=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 76 (30.08% from 255 or 15.23% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #B64CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64CF1 is #49B30E. Grayscale: #7D7D7D. Windows color (decimal): -4829967 or 15813814. OLE color: 15813814.

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

Color convert

RGB18276241-
CMYK0.240.6800.05
HSL278.55º85.49%62.16%-
HSV(B)278.55º68.46%94.51%-
XYZ37.7521.4685.37-
YUV126.5192.62167.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 76 (30.08% from 255) = 15.23%
BLUE value IS 241 (94.53% from 255) = 48.30%
R=36.47%
G=15.23%
B=48.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182762410.240.6800.05278.5585.4962.16
HexB64CF1184405117553e
Octal266114361301040542712576
Binary1011011010011001111000111000100010001011000101111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64CF1; }

 p { color: rgb(182,76,241); }

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

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

 a { background-color: rgb(182,76,241); }

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

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

 span { border-color: rgb(182,76,241); }

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