#B651F3

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

Shades of Medium Orchid #B651F3

Tints of Medium Orchid #B651F3

Color information

#B651F3 (or 0xB651F3) is unknown color: approx Medium Orchid. HEX triplet: B6, 51 and F3. RGB value is (182,81,243). Sum of RGB (Red+Green+Blue) = 182+81+243=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #B651F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B651F3 is #49AE0C. Grayscale: #818181. Windows color (decimal): -4828685 or 15946166. OLE color: 15946166.

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

Color convert

RGB18281243-
CMYK0.250.6700.05
HSL277.41º87.1%63.53%-
HSV(B)277.41º66.67%95.29%-
XYZ38.4122.387.07-
YUV129.67191.96165.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.97%
GREEN value IS 81 (32.03% from 255) = 16.01%
BLUE value IS 243 (95.31% from 255) = 48.02%
R=35.97%
G=16.01%
B=48.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182812430.250.6700.05277.4187.163.53
HexB651F31943051155740
Octal2661213633110305425127100
Binary10110110101000111110011110011000011010110001010110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B651F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B651F3; }

 p { color: rgb(182,81,243); }

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

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

 a { background-color: rgb(182,81,243); }

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

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

 span { border-color: rgb(182,81,243); }

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